Html Css Color HEX #C2A832 Earls Green

📋 copy color: '#C2A832'

red 194 ◦ green 168 ◦ blue 50

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

Shades of Earls Green #C2A832

Tints of Earls Green #C2A832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 47.09%
G = 40.78%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A832 (or 0xC2A832) is known color: Earls Green. HEX triplet: C2, A8 and 32. RGB value is (194,168,50). Sum of RGB (Red+Green+Blue) = 194+168+50=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A832 is #3D57CD. Grayscale: #A2A2A2. Windows color (decimal): -4020174 or 3320002. OLE color: 3320002.

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

Color convert

RGB 194 168 50 -
CMYK 0 0.13 0.74 0.24
HSL 49.17º 0.59% 0.48% -
HSV(B) 49.17º 0.74% 0.76% -
XYZ 36.83 39.7 8.74 -
YUV 162.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 194 168 50 0 0.13 0.74 0.24 49.17 0.59 0.48
Hex C2 A8 32 0 D 4A 18 31 3B 30
Octal 302 250 62 0 15 112 30 61 73 60
Binary 11000010 10101000 110010 0 1101 1001010 11000 110001 111011 110000

Color Harmonies of #C2A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A832

Black with #C2A832

Text Example


Text Example

White with #C2A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A832; }

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

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

background-color css

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

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

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

border-color css

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

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

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