#C4B127

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

Shades of Earls Green #C4B127

Tints of Earls Green #C4B127

Color information

#C4B127 (or 0xC4B127) is unknown color: approx Earls Green. HEX triplet: C4, B1 and 27. RGB value is (196,177,39). Sum of RGB (Red+Green+Blue) = 196+177+39=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B127 is #3B4ED8. Grayscale: #A7A7A7. Windows color (decimal): -3886809 or 2601412. OLE color: 2601412.

HSL color Cylindrical-coordinate representation of color #C4B127: hue angle of 52.74º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4B127 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19617739-
CMYK00.100.800.23
HSL52.74º66.81%46.08%-
HSV(B)52.74º80.1%76.86%-
XYZ38.8543.338.23-
YUV166.9555.79148.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 39 (15.62% from 255) = 9.47%
R=47.57%
G=42.96%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961773900.100.800.2352.7466.8146.08
HexC4B1270A501735432e
Octal30426147012120276510356
Binary1100010010110001100111010101010000101111101011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B127; }

 p { color: rgb(196,177,39); }

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

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

 a { background-color: rgb(196,177,39); }

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

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

 span { border-color: rgb(196,177,39); }

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