Html Css Color HEX #C0AC18 Earls Green

📋 copy color: '#C0AC18'

red 192 ◦ green 172 ◦ blue 24

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

Shades of Earls Green #C0AC18

Tints of Earls Green #C0AC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 49.48%
G = 44.33%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0AC18 (or 0xC0AC18) is known color: Earls Green. HEX triplet: C0, AC and 18. RGB value is (192,172,24). Sum of RGB (Red+Green+Blue) = 192+172+24=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC18 is #3F53E7. Grayscale: #A1A1A1. Windows color (decimal): -4150248 or 1617088. OLE color: 1617088.

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

Color convert

RGB 192 172 24 -
CMYK 0 0.10 0.88 0.25
HSL 52.86º 0.78% 0.42% -
HSV(B) 52.86º 0.88% 0.75% -
XYZ 36.66 40.78 6.8 -
YUV 161.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 192 172 24 0 0.10 0.88 0.25 52.86 0.78 0.42
Hex C0 AC 18 0 A 58 19 35 4E 2A
Octal 300 254 30 0 12 130 31 65 116 52
Binary 11000000 10101100 11000 0 1010 1011000 11001 110101 1001110 101010

Color Harmonies of #C0AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC18

Black with #C0AC18

Text Example


Text Example

White with #C0AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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