#C5B41F

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

Shades of Earls Green #C5B41F

Tints of Earls Green #C5B41F

Color information

#C5B41F (or 0xC5B41F) is unknown color: approx Earls Green. HEX triplet: C5, B4 and 1F. RGB value is (197,180,31). Sum of RGB (Red+Green+Blue) = 197+180+31=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B41F is #3A4BE0. Grayscale: #A8A8A8. Windows color (decimal): -3820513 or 2077893. OLE color: 2077893.

HSL color Cylindrical-coordinate representation of color #C5B41F: hue angle of 53.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5B41F is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19718031-
CMYK00.090.840.23
HSL53.86º72.81%44.71%-
HSV(B)53.86º84.26%77.25%-
XYZ39.5944.617.82-
YUV168.150.63148.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 31 (12.5% from 255) = 7.60%
R=48.28%
G=44.12%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971803100.090.840.2353.8672.8144.71
HexC5B41F09541736492d
Octal30526437011124276611155
Binary110001011011010011111010011010100101111101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B41F; }

 p { color: rgb(197,180,31); }

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

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

 a { background-color: rgb(197,180,31); }

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

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

 span { border-color: rgb(197,180,31); }

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