Html Css Color HEX #C0AD16 Earls Green

📋 copy color: '#C0AD16'

red 192 ◦ green 173 ◦ blue 22

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

Shades of Earls Green #C0AD16

Tints of Earls Green #C0AD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 49.61%
G = 44.7%
B = 5.68%

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

#C0AD16 (or 0xC0AD16) is known color: Earls Green. HEX triplet: C0, AD and 16. RGB value is (192,173,22). Sum of RGB (Red+Green+Blue) = 192+173+22=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD16 is #3F52E9. Grayscale: #A2A2A2. Windows color (decimal): -4149994 or 1486272. OLE color: 1486272.

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

Color convert

RGB 192 173 22 -
CMYK 0 0.10 0.89 0.25
HSL 53.29º 0.79% 0.42% -
HSV(B) 53.29º 0.89% 0.75% -
XYZ 36.83 41.15 6.76 -
YUV 161.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 192 173 22 0 0.10 0.89 0.25 53.29 0.79 0.42
Hex C0 AD 16 0 A 59 19 35 4F 2A
Octal 300 255 26 0 12 131 31 65 117 52
Binary 11000000 10101101 10110 0 1010 1011001 11001 110101 1001111 101010

Color Harmonies of #C0AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD16

Black with #C0AD16

Text Example


Text Example

White with #C0AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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