Html Css Color HEX #C0A920 Earls Green

📋 copy color: '#C0A920'

red 192 ◦ green 169 ◦ blue 32

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

Shades of Earls Green #C0A920

Tints of Earls Green #C0A920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 48.85%
G = 43%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0A920 (or 0xC0A920) is known color: Earls Green. HEX triplet: C0, A9 and 20. RGB value is (192,169,32). Sum of RGB (Red+Green+Blue) = 192+169+32=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A920 is #3F56DF. Grayscale: #A0A0A0. Windows color (decimal): -4151008 or 2140608. OLE color: 2140608.

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

Color convert

RGB 192 169 32 -
CMYK 0 0.12 0.83 0.25
HSL 51.38º 0.71% 0.44% -
HSV(B) 51.38º 0.83% 0.75% -
XYZ 36.19 39.69 7.12 -
YUV 160.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 192 169 32 0 0.12 0.83 0.25 51.38 0.71 0.44
Hex C0 A9 20 0 C 53 19 33 47 2C
Octal 300 251 40 0 14 123 31 63 107 54
Binary 11000000 10101001 100000 0 1100 1010011 11001 110011 1000111 101100

Color Harmonies of #C0A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A920

Black with #C0A920

Text Example


Text Example

White with #C0A920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A920; }

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

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

background-color css

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

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

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

border-color css

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

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

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