Html Css Color HEX #C0AF11 Earls Green

📋 copy color: '#C0AF11'

red 192 ◦ green 175 ◦ blue 17

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

Shades of Earls Green #C0AF11

Tints of Earls Green #C0AF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 50%
G = 45.57%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0AF11 (or 0xC0AF11) is known color: Earls Green. HEX triplet: C0, AF and 11. RGB value is (192,175,17). Sum of RGB (Red+Green+Blue) = 192+175+17=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF11 is #3F50EE. Grayscale: #A2A2A2. Windows color (decimal): -4149487 or 1159104. OLE color: 1159104.

HSL color Cylindrical-coordinate representation of color #C0AF11: hue angle of 54.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0AF11 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 17 -
CMYK 0 0.09 0.91 0.25
HSL 54.17º 0.84% 0.41% -
HSV(B) 54.17º 0.91% 0.75% -
XYZ 37.17 41.91 6.66 -
YUV 162.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 192 175 17 0 0.09 0.91 0.25 54.17 0.84 0.41
Hex C0 AF 11 0 9 5B 19 36 54 29
Octal 300 257 21 0 11 133 31 66 124 51
Binary 11000000 10101111 10001 0 1001 1011011 11001 110110 1010100 101001

Color Harmonies of #C0AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF11

Black with #C0AF11

Text Example


Text Example

White with #C0AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF11; }

 p { color: rgb(192,175,17); }

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

background-color css

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

 a { background-color: rgb(192,175,17); }

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

border-color css

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

 span { border-color: rgb(192,175,17); }

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