Html Css Color HEX #C0AC11 Earls Green

📋 copy color: '#C0AC11'

red 192 ◦ green 172 ◦ blue 17

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

Shades of Earls Green #C0AC11

Tints of Earls Green #C0AC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

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

R = 50.39%
G = 45.14%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0AC11 (or 0xC0AC11) is known color: Earls Green. HEX triplet: C0, AC and 11. RGB value is (192,172,17). Sum of RGB (Red+Green+Blue) = 192+172+17=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC11 is #3F53EE. Grayscale: #A0A0A0. Windows color (decimal): -4150255 or 1158336. OLE color: 1158336.

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

Color convert

RGB 192 172 17 -
CMYK 0 0.10 0.91 0.25
HSL 53.14º 0.84% 0.41% -
HSV(B) 53.14º 0.91% 0.75% -
XYZ 36.59 40.75 6.47 -
YUV 160.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 192 172 17 0 0.10 0.91 0.25 53.14 0.84 0.41
Hex C0 AC 11 0 A 5B 19 35 54 29
Octal 300 254 21 0 12 133 31 65 124 51
Binary 11000000 10101100 10001 0 1010 1011011 11001 110101 1010100 101001

Color Harmonies of #C0AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC11

Black with #C0AC11

Text Example


Text Example

White with #C0AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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