Html Css Color HEX #C0A520 Earls Green

📋 copy color: '#C0A520'

red 192 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #C0A520

Tints of Earls Green #C0A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 49.36%
G = 42.42%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0A520 (or 0xC0A520) is known color: Earls Green. HEX triplet: C0, A5 and 20. RGB value is (192,165,32). Sum of RGB (Red+Green+Blue) = 192+165+32=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A520 is #3F5ADF. Grayscale: #9E9E9E. Windows color (decimal): -4152032 or 2139584. OLE color: 2139584.

HSL color Cylindrical-coordinate representation of color #C0A520: hue angle of 49.88º 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 #C0A520 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 32 -
CMYK 0 0.14 0.83 0.25
HSL 49.88º 0.71% 0.44% -
HSV(B) 49.88º 0.83% 0.75% -
XYZ 35.45 38.22 6.88 -
YUV 157.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 192 165 32 0 0.14 0.83 0.25 49.88 0.71 0.44
Hex C0 A5 20 0 E 53 19 32 47 2C
Octal 300 245 40 0 16 123 31 62 107 54
Binary 11000000 10100101 100000 0 1110 1010011 11001 110010 1000111 101100

Color Harmonies of #C0A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A520

Black with #C0A520

Text Example


Text Example

White with #C0A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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