#C4B21E

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

Shades of Earls Green #C4B21E

Tints of Earls Green #C4B21E

Color information

#C4B21E (or 0xC4B21E) is unknown color: approx Earls Green. HEX triplet: C4, B2 and 1E. RGB value is (196,178,30). Sum of RGB (Red+Green+Blue) = 196+178+30=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B21E is #3B4DE1. Grayscale: #A7A7A7. Windows color (decimal): -3886562 or 2011844. OLE color: 2011844.

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

Color convert

RGB19617830-
CMYK00.090.850.23
HSL53.49º73.45%44.31%-
HSV(B)53.49º84.69%76.86%-
XYZ38.9243.677.61-
YUV166.5150.96149.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 30 (12.11% from 255) = 7.43%
R=48.51%
G=44.06%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961783000.090.850.2353.4973.4544.31
HexC4B21E09551735492c
Octal30426236011125276511154
Binary110001001011001011110010011010101101111101011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B21E; }

 p { color: rgb(196,178,30); }

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

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

 a { background-color: rgb(196,178,30); }

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

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

 span { border-color: rgb(196,178,30); }

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