Html Css Color HEX #C2A71D Earls Green

📋 copy color: '#C2A71D'

red 194 ◦ green 167 ◦ blue 29

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

Shades of Earls Green #C2A71D

Tints of Earls Green #C2A71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.44%

R = 49.74%
G = 42.82%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2A71D (or 0xC2A71D) is known color: Earls Green. HEX triplet: C2, A7 and 1D. RGB value is (194,167,29). Sum of RGB (Red+Green+Blue) = 194+167+29=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A71D is #3D58E2. Grayscale: #9F9F9F. Windows color (decimal): -4020451 or 1943490. OLE color: 1943490.

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

Color convert

RGB 194 167 29 -
CMYK 0 0.14 0.85 0.24
HSL 50.18º 0.74% 0.44% -
HSV(B) 50.18º 0.85% 0.76% -
XYZ 36.29 39.2 6.82 -
YUV 159.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 194 167 29 0 0.14 0.85 0.24 50.18 0.74 0.44
Hex C2 A7 1D 0 E 55 18 32 4A 2C
Octal 302 247 35 0 16 125 30 62 112 54
Binary 11000010 10100111 11101 0 1110 1010101 11000 110010 1001010 101100

Color Harmonies of #C2A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A71D

Black with #C2A71D

Text Example


Text Example

White with #C2A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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