Html Css Color HEX #C4A52C Earls Green

📋 copy color: '#C4A52C'

red 196 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #C4A52C

Tints of Earls Green #C4A52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 48.4%
G = 40.74%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4A52C (or 0xC4A52C) is known color: Earls Green. HEX triplet: C4, A5 and 2C. RGB value is (196,165,44). Sum of RGB (Red+Green+Blue) = 196+165+44=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A52C is #3B5AD3. Grayscale: #A0A0A0. Windows color (decimal): -3889876 or 2926020. OLE color: 2926020.

HSL color Cylindrical-coordinate representation of color #C4A52C: hue angle of 47.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4A52C is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 165 44 -
CMYK 0 0.16 0.78 0.23
HSL 47.76º 0.63% 0.47% -
HSV(B) 47.76º 0.78% 0.77% -
XYZ 36.67 38.83 7.94 -
YUV 160.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 196 165 44 0 0.16 0.78 0.23 47.76 0.63 0.47
Hex C4 A5 2C 0 10 4E 17 30 3F 2F
Octal 304 245 54 0 20 116 27 60 77 57
Binary 11000100 10100101 101100 0 10000 1001110 10111 110000 111111 101111

Color Harmonies of #C4A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A52C

Black with #C4A52C

Text Example


Text Example

White with #C4A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A52C; }

 p { color: rgb(196,165,44); }

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

background-color css

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

 a { background-color: rgb(196,165,44); }

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

border-color css

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

 span { border-color: rgb(196,165,44); }

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