Html Css Color HEX #C2A71C Earls Green

📋 copy color: '#C2A71C'

red 194 ◦ green 167 ◦ blue 28

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

Shades of Earls Green #C2A71C

Tints of Earls Green #C2A71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 49.87%
G = 42.93%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2A71C (or 0xC2A71C) is known color: Earls Green. HEX triplet: C2, A7 and 1C. RGB value is (194,167,28). Sum of RGB (Red+Green+Blue) = 194+167+28=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A71C is #3D58E3. Grayscale: #9F9F9F. Windows color (decimal): -4020452 or 1877954. OLE color: 1877954.

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

Color convert

RGB 194 167 28 -
CMYK 0 0.14 0.86 0.24
HSL 50.24º 0.75% 0.44% -
HSV(B) 50.24º 0.86% 0.76% -
XYZ 36.28 39.19 6.75 -
YUV 159.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 194 167 28 0 0.14 0.86 0.24 50.24 0.75 0.44
Hex C2 A7 1C 0 E 56 18 32 4B 2C
Octal 302 247 34 0 16 126 30 62 113 54
Binary 11000010 10100111 11100 0 1110 1010110 11000 110010 1001011 101100

Color Harmonies of #C2A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A71C

Black with #C2A71C

Text Example


Text Example

White with #C2A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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