Html Css Color HEX #C2A72C Earls Green

📋 copy color: '#C2A72C'

red 194 ◦ green 167 ◦ blue 44

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

Shades of Earls Green #C2A72C

Tints of Earls Green #C2A72C

RGB

 RED value IS 194 (76.17% from 255) = 47.9%

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

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

R = 47.9%
G = 41.23%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2A72C (or 0xC2A72C) is known color: Earls Green. HEX triplet: C2, A7 and 2C. RGB value is (194,167,44). Sum of RGB (Red+Green+Blue) = 194+167+44=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A72C is #3D58D3. Grayscale: #A1A1A1. Windows color (decimal): -4020436 or 2926530. OLE color: 2926530.

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

Color convert

RGB 194 167 44 -
CMYK 0 0.14 0.77 0.24
HSL 49.2º 0.63% 0.47% -
HSV(B) 49.2º 0.77% 0.76% -
XYZ 36.52 39.29 8.04 -
YUV 161.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 194 167 44 0 0.14 0.77 0.24 49.2 0.63 0.47
Hex C2 A7 2C 0 E 4D 18 31 3F 2F
Octal 302 247 54 0 16 115 30 61 77 57
Binary 11000010 10100111 101100 0 1110 1001101 11000 110001 111111 101111

Color Harmonies of #C2A72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A72C

Black with #C2A72C

Text Example


Text Example

White with #C2A72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A72C; }

 p { color: rgb(194,167,44); }

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

background-color css

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

 a { background-color: rgb(194,167,44); }

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

border-color css

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

 span { border-color: rgb(194,167,44); }

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