Html Css Color HEX #C4B120 Earls Green

📋 copy color: '#C4B120'

red 196 ◦ green 177 ◦ blue 32

#C4B120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C4B120

Tints of Earls Green #C4B120

RGB

 RED value IS 196 (76.95% from 255) = 48.4%

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 48.4%
G = 43.7%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4B120 (or 0xC4B120) is known color: Earls Green. HEX triplet: C4, B1 and 20. RGB value is (196,177,32). Sum of RGB (Red+Green+Blue) = 196+177+32=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B120 is #3B4EDF. Grayscale: #A6A6A6. Windows color (decimal): -3886816 or 2142660. OLE color: 2142660.

HSL color Cylindrical-coordinate representation of color #C4B120: hue angle of 53.05º degrees, saturation: 0.72, 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 #C4B120 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 32 -
CMYK 0 0.10 0.84 0.23
HSL 53.05º 0.72% 0.45% -
HSV(B) 53.05º 0.84% 0.77% -
XYZ 38.75 43.28 7.68 -
YUV 166.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 196 177 32 0 0.10 0.84 0.23 53.05 0.72 0.45
Hex C4 B1 20 0 A 54 17 35 48 2D
Octal 304 261 40 0 12 124 27 65 110 55
Binary 11000100 10110001 100000 0 1010 1010100 10111 110101 1001000 101101

Color Harmonies of #C4B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B120

Black with #C4B120

Text Example


Text Example

White with #C4B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B120; }

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

 H1.HeaderClassName
 {
   color: #C4B120;
 }
 .AnyTagClassName
 {
   color: #C4B120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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