Html Css Color HEX #C0AC0C Earls Green

📋 copy color: '#C0AC0C'

red 192 ◦ green 172 ◦ blue 12

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

Shades of Earls Green #C0AC0C

Tints of Earls Green #C0AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 51.06%
G = 45.74%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0AC0C (or 0xC0AC0C) is known color: Earls Green. HEX triplet: C0, AC and 0C. RGB value is (192,172,12). Sum of RGB (Red+Green+Blue) = 192+172+12=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0C is #3F53F3. Grayscale: #A0A0A0. Windows color (decimal): -4150260 or 830656. OLE color: 830656.

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

Color convert

RGB 192 172 12 -
CMYK 0 0.10 0.94 0.25
HSL 53.33º 0.88% 0.4% -
HSV(B) 53.33º 0.94% 0.75% -
XYZ 36.56 40.74 6.28 -
YUV 159.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 192 172 12 0 0.10 0.94 0.25 53.33 0.88 0.4
Hex C0 AC C 0 A 5E 19 35 58 28
Octal 300 254 14 0 12 136 31 65 130 50
Binary 11000000 10101100 1100 0 1010 1011110 11001 110101 1011000 101000

Color Harmonies of #C0AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC0C

Black with #C0AC0C

Text Example


Text Example

White with #C0AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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