Html Css Color HEX #C0AC0D Earls Green

📋 copy color: '#C0AC0D'

red 192 ◦ green 172 ◦ blue 13

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

Shades of Earls Green #C0AC0D

Tints of Earls Green #C0AC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 50.93%
G = 45.62%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0AC0D (or 0xC0AC0D) is known color: Earls Green. HEX triplet: C0, AC and 0D. RGB value is (192,172,13). Sum of RGB (Red+Green+Blue) = 192+172+13=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0D is #3F53F2. Grayscale: #A0A0A0. Windows color (decimal): -4150259 or 896192. OLE color: 896192.

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

Color convert

RGB 192 172 13 -
CMYK 0 0.10 0.93 0.25
HSL 53.3º 0.87% 0.4% -
HSV(B) 53.3º 0.93% 0.75% -
XYZ 36.56 40.74 6.32 -
YUV 159.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 192 172 13 0 0.10 0.93 0.25 53.3 0.87 0.4
Hex C0 AC D 0 A 5D 19 35 57 28
Octal 300 254 15 0 12 135 31 65 127 50
Binary 11000000 10101100 1101 0 1010 1011101 11001 110101 1010111 101000

Color Harmonies of #C0AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC0D

Black with #C0AC0D

Text Example


Text Example

White with #C0AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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