Html Css Color HEX #C4A720 Earls Green

📋 copy color: '#C4A720'

red 196 ◦ green 167 ◦ blue 32

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

Shades of Earls Green #C4A720

Tints of Earls Green #C4A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 49.62%
G = 42.28%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A720 (or 0xC4A720) is known color: Earls Green. HEX triplet: C4, A7 and 20. RGB value is (196,167,32). Sum of RGB (Red+Green+Blue) = 196+167+32=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A720 is #3B58DF. Grayscale: #A0A0A0. Windows color (decimal): -3889376 or 2140100. OLE color: 2140100.

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

Color convert

RGB 196 167 32 -
CMYK 0 0.15 0.84 0.23
HSL 49.39º 0.72% 0.45% -
HSV(B) 49.39º 0.84% 0.77% -
XYZ 36.84 39.48 7.04 -
YUV 160.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 196 167 32 0 0.15 0.84 0.23 49.39 0.72 0.45
Hex C4 A7 20 0 F 54 17 31 48 2D
Octal 304 247 40 0 17 124 27 61 110 55
Binary 11000100 10100111 100000 0 1111 1010100 10111 110001 1001000 101101

Color Harmonies of #C4A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A720

Black with #C4A720

Text Example


Text Example

White with #C4A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A720; }

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

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

background-color css

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

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

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

border-color css

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

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

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