Html Css Color HEX #C0A815 Earls Green

📋 copy color: '#C0A815'

red 192 ◦ green 168 ◦ blue 21

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

Shades of Earls Green #C0A815

Tints of Earls Green #C0A815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 50.39%
G = 44.09%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0A815 (or 0xC0A815) is known color: Earls Green. HEX triplet: C0, A8 and 15. RGB value is (192,168,21). Sum of RGB (Red+Green+Blue) = 192+168+21=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A815 is #3F57EA. Grayscale: #9F9F9F. Windows color (decimal): -4151275 or 1419456. OLE color: 1419456.

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

Color convert

RGB 192 168 21 -
CMYK 0 0.12 0.89 0.25
HSL 51.58º 0.8% 0.42% -
HSV(B) 51.58º 0.89% 0.75% -
XYZ 35.88 39.27 6.4 -
YUV 158.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 192 168 21 0 0.12 0.89 0.25 51.58 0.8 0.42
Hex C0 A8 15 0 C 59 19 34 50 2A
Octal 300 250 25 0 14 131 31 64 120 52
Binary 11000000 10101000 10101 0 1100 1011001 11001 110100 1010000 101010

Color Harmonies of #C0A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A815

Black with #C0A815

Text Example


Text Example

White with #C0A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A815; }

 p { color: rgb(192,168,21); }

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

background-color css

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

 a { background-color: rgb(192,168,21); }

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

border-color css

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

 span { border-color: rgb(192,168,21); }

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