COLOR #C5C812

HEX: #C5C812
RGB: (197,200,18)

Renk bilgisi

#C5C812 contains mainly red and green colors. #C5C812 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#C5C812 color RGB value is (197,200,18).

  • kırmız ton 197;
  • yeşil ton 200;
  • mavi ton 18.
RGB:
(197,200,18)
(77%,78%,7%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 200 of 255 = 78%
B 18 of 255 = 7%

197
200
18

R + G + B ~ 54%. #C5C812 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 200 + 18 = 415 (100%)
R 197 of 415 ~ 47.47%
G 200 of 415 ~ 48.19%
B 18 of 415 ~ 4.34%

%47.47
%48.19

CMYK RENK MODELİ

#C5C812 rengi CMYK tonu (1,0,91,22).

  • camgöbeği tonu 1.50%
  • eflatun tonu 0.00%
  • sarı tonu 91.00%
  • ana renk tonu 21.57%
CMYK:
(1,0,91,22)
C1M0Y91K22 
(1%,0%,91%,22%)
(0.01/0.00/0.91/0.22)	

CMYK yüzdeleri

%1.5
%0
%91
%21.57

Codes

Color #C5C812 in popluar color models

C5C812
RGB19720018
HSL61°83.49%42.75%
HSB/HSV61°91.00%78.43%
CMYK1.50%0.00%91.00%
21.57%

Color #C5C812 in popluar number systems.

HEXC5C812
Decimal19720018
Binary110001011100100010010
Octal30531022

Shades and tints

Shades of #C5C812

#C5C812
(197,200,18)
#B4B611
(180,182,17)
#A3A410
(163,164,16)
#92920F
(146,146,15)
#81800E
(129,128,14)
#706E0D
(112,110,13)
#5F5C0C
(95,92,12)
#4E4A0B
(78,74,11)
#3D380A
(61,56,10)
#2C2609
(44,38,9)
#1B1408
(27,20,8)
#000000
(0,0,0)

Tints of #C5C812

#C5C812
(197,200,18)
#CACD27
(202,205,39)
#CFD23C
(207,210,60)
#D4D751
(212,215,81)
#D9DC66
(217,220,102)
#DEE17B
(222,225,123)
#E3E690
(227,230,144)
#E8EBA5
(232,235,165)
#EDF0BA
(237,240,186)
#F2F5CF
(242,245,207)
#F7FAE4
(247,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C812 color. Also use rgb(197,200,18) instead hex code.

Text Font Color

.myTextColor { color: #C5C812; }

<p style="color:#C5C812">This sample text font color is #C5C812.</p>

This text font color is #C5C812.


Background Color

.myBgColor { background-color: #C5C812; }

<div style="background-color:#C5C812">Inner text</div>

This div background color is #C5C812.


Border color

.myBorderColor { border: 1px solid #C5C812; }

<div style="border:3px solid #C5C812">Div</div>

This div border color is #C5C812.


Opacity

.myOpacity80 { color: #C5C812; opacity: 0.8; }

<p style="color:#C5C812;opacity:0.8;">80%</p>

Text with #C5C812 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5C812;}

<p style="text-shadow: 3px 3px 1px #C5C812">Text here.</p>

This text has shadow with #C5C812 color.

.textShadow {text-shadow: 3px 3px 1px #C5C812, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5C812, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5C812 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C812, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5C812, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5C812 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5C812;
  -webkit-box-shadow:	1px 1px 3px 2px #C5C812;
  box-shadow:		1px 1px 3px 2px #C5C812;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C812;
-webkit-box-shadow: 1px 1px 3px 2px #C5C812;
box-shadow:1px 1px 3px 2px #C5C812;">
Div content here</div>
This div box has shadow with color #C5C812.

Preview

Color preview on black background

This text has color #C5C812 on black background.


Color preview on white background

This text has color #C5C812 on white background.



Black color preview on #C5C812 background

This text has black color on #C5C812 background.


White color preview on #C5C812 background

This text has white color on #C5C812 background.