Html Css Color HEX #C2A82C Earls Green

📋 copy color: '#C2A82C'

red 194 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #C2A82C

Tints of Earls Green #C2A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 47.78%
G = 41.38%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2A82C (or 0xC2A82C) is known color: Earls Green. HEX triplet: C2, A8 and 2C. RGB value is (194,168,44). Sum of RGB (Red+Green+Blue) = 194+168+44=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A82C is #3D57D3. Grayscale: #A2A2A2. Windows color (decimal): -4020180 or 2926786. OLE color: 2926786.

HSL color Cylindrical-coordinate representation of color #C2A82C: hue angle of 49.6º 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 #C2A82C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 44 -
CMYK 0 0.13 0.77 0.24
HSL 49.6º 0.63% 0.47% -
HSV(B) 49.6º 0.77% 0.76% -
XYZ 36.71 39.66 8.1 -
YUV 161.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 194 168 44 0 0.13 0.77 0.24 49.6 0.63 0.47
Hex C2 A8 2C 0 D 4D 18 32 3F 2F
Octal 302 250 54 0 15 115 30 62 77 57
Binary 11000010 10101000 101100 0 1101 1001101 11000 110010 111111 101111

Color Harmonies of #C2A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A82C

Black with #C2A82C

Text Example


Text Example

White with #C2A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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