Html Css Color HEX #C0A932 Earls Green

📋 copy color: '#C0A932'

red 192 ◦ green 169 ◦ blue 50

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

Shades of Earls Green #C0A932

Tints of Earls Green #C0A932

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

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

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

R = 46.72%
G = 41.12%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0A932 (or 0xC0A932) is known color: Earls Green. HEX triplet: C0, A9 and 32. RGB value is (192,169,50). Sum of RGB (Red+Green+Blue) = 192+169+50=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A932 is #3F56CD. Grayscale: #A2A2A2. Windows color (decimal): -4150990 or 3320256. OLE color: 3320256.

HSL color Cylindrical-coordinate representation of color #C0A932: hue angle of 50.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0A932 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 50 -
CMYK 0 0.12 0.74 0.25
HSL 50.28º 0.59% 0.47% -
HSV(B) 50.28º 0.74% 0.75% -
XYZ 36.5 39.81 8.78 -
YUV 162.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 192 169 50 0 0.12 0.74 0.25 50.28 0.59 0.47
Hex C0 A9 32 0 C 4A 19 32 3B 2F
Octal 300 251 62 0 14 112 31 62 73 57
Binary 11000000 10101001 110010 0 1100 1001010 11001 110010 111011 101111

Color Harmonies of #C0A932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A932

Black with #C0A932

Text Example


Text Example

White with #C0A932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A932; }

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

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

background-color css

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

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

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

border-color css

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

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

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