Html Css Color HEX #C2A932 Earls Green

📋 copy color: '#C2A932'

red 194 ◦ green 169 ◦ blue 50

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

Shades of Earls Green #C2A932

Tints of Earls Green #C2A932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

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

R = 46.97%
G = 40.92%
B = 12.11%

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

#C2A932 (or 0xC2A932) is known color: Earls Green. HEX triplet: C2, A9 and 32. RGB value is (194,169,50). Sum of RGB (Red+Green+Blue) = 194+169+50=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A932 is #3D56CD. Grayscale: #A3A3A3. Windows color (decimal): -4019918 or 3320258. OLE color: 3320258.

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

Color convert

RGB 194 169 50 -
CMYK 0 0.13 0.74 0.24
HSL 49.58º 0.59% 0.48% -
HSV(B) 49.58º 0.74% 0.76% -
XYZ 37.01 40.08 8.8 -
YUV 162.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 194 169 50 0 0.13 0.74 0.24 49.58 0.59 0.48
Hex C2 A9 32 0 D 4A 18 32 3B 30
Octal 302 251 62 0 15 112 30 62 73 60
Binary 11000010 10101001 110010 0 1101 1001010 11000 110010 111011 110000

Color Harmonies of #C2A932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A932

Black with #C2A932

Text Example


Text Example

White with #C2A932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A932; }

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

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

background-color css

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

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

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

border-color css

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

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

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