#C5B11C

Color #C5B11C Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C5B11C

Tints of Earls Green #C5B11C

Color information

#C5B11C (or 0xC5B11C) is unknown color: approx Earls Green. HEX triplet: C5, B1 and 1C. RGB value is (197,177,28). Sum of RGB (Red+Green+Blue) = 197+177+28=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B11C is #3A4EE3. Grayscale: #A6A6A6. Windows color (decimal): -3821284 or 1880517. OLE color: 1880517.

HSL color Cylindrical-coordinate representation of color #C5B11C: hue angle of 52.9º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5B11C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19717728-
CMYK00.100.860.23
HSL52.9º75.11%44.12%-
HSV(B)52.9º85.79%77.25%-
XYZ38.9643.47.42-
YUV165.9950.13150.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 28 (11.33% from 255) = 6.97%
R=49.00%
G=44.03%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971772800.100.860.2352.975.1144.12
HexC5B11C0A5617354b2c
Octal30526134012126276511354
Binary110001011011000111100010101010110101111101011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B11C; }

 p { color: rgb(197,177,28); }

 H1.HeaderClassName
 {
   color: #C5B11C;
 }
 .AnyTagClassName
 {
   color: #C5B11C;
 }
</style>
background-color css

<style>
 a { background-color: #C5B11C; }

 a { background-color: rgb(197,177,28); }

 div.DivClassName
 {
   background-color: #C5B11C;
 }
 .BgClassName
 {
   background-color: #C5B11C;
 }
</style>
border-color css

<style>
 span { border-color: #C5B11C; }

 span { border-color: rgb(197,177,28); }

 td.TdClassName
 {
   border-color: #C5B11C;
 }
 .TagClassName
 {
   border-color: #C5B11C;
 }
</style>