Html Css Color HEX #C0AC12 Earls Green

📋 copy color: '#C0AC12'

red 192 ◦ green 172 ◦ blue 18

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

Shades of Earls Green #C0AC12

Tints of Earls Green #C0AC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 50.26%
G = 45.03%
B = 4.71%

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

#C0AC12 (or 0xC0AC12) is known color: Earls Green. HEX triplet: C0, AC and 12. RGB value is (192,172,18). Sum of RGB (Red+Green+Blue) = 192+172+18=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC12 is #3F53ED. Grayscale: #A1A1A1. Windows color (decimal): -4150254 or 1223872. OLE color: 1223872.

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

Color convert

RGB 192 172 18 -
CMYK 0 0.10 0.91 0.25
HSL 53.1º 0.83% 0.41% -
HSV(B) 53.1º 0.91% 0.75% -
XYZ 36.6 40.76 6.51 -
YUV 160.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 192 172 18 0 0.10 0.91 0.25 53.1 0.83 0.41
Hex C0 AC 12 0 A 5B 19 35 53 29
Octal 300 254 22 0 12 133 31 65 123 51
Binary 11000000 10101100 10010 0 1010 1011011 11001 110101 1010011 101001

Color Harmonies of #C0AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC12

Black with #C0AC12

Text Example


Text Example

White with #C0AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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