Html Css Color HEX #C0AD15 Earls Green

📋 copy color: '#C0AD15'

red 192 ◦ green 173 ◦ blue 21

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

Shades of Earls Green #C0AD15

Tints of Earls Green #C0AD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

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

R = 49.74%
G = 44.82%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0AD15 (or 0xC0AD15) is known color: Earls Green. HEX triplet: C0, AD and 15. RGB value is (192,173,21). Sum of RGB (Red+Green+Blue) = 192+173+21=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD15 is #3F52EA. Grayscale: #A1A1A1. Windows color (decimal): -4149995 or 1420736. OLE color: 1420736.

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

Color convert

RGB 192 173 21 -
CMYK 0 0.10 0.89 0.25
HSL 53.33º 0.8% 0.42% -
HSV(B) 53.33º 0.89% 0.75% -
XYZ 36.82 41.15 6.71 -
YUV 161.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 192 173 21 0 0.10 0.89 0.25 53.33 0.8 0.42
Hex C0 AD 15 0 A 59 19 35 50 2A
Octal 300 255 25 0 12 131 31 65 120 52
Binary 11000000 10101101 10101 0 1010 1011001 11001 110101 1010000 101010

Color Harmonies of #C0AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD15

Black with #C0AD15

Text Example


Text Example

White with #C0AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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