Html Css Color HEX #C0AC19 Earls Green

📋 copy color: '#C0AC19'

red 192 ◦ green 172 ◦ blue 25

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

Shades of Earls Green #C0AC19

Tints of Earls Green #C0AC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 49.36%
G = 44.22%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C0AC19 (or 0xC0AC19) is known color: Earls Green. HEX triplet: C0, AC and 19. RGB value is (192,172,25). Sum of RGB (Red+Green+Blue) = 192+172+25=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC19 is #3F53E6. Grayscale: #A1A1A1. Windows color (decimal): -4150247 or 1682624. OLE color: 1682624.

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

Color convert

RGB 192 172 25 -
CMYK 0 0.10 0.87 0.25
HSL 52.81º 0.77% 0.43% -
HSV(B) 52.81º 0.87% 0.75% -
XYZ 36.67 40.78 6.86 -
YUV 161.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 192 172 25 0 0.10 0.87 0.25 52.81 0.77 0.43
Hex C0 AC 19 0 A 57 19 35 4D 2B
Octal 300 254 31 0 12 127 31 65 115 53
Binary 11000000 10101100 11001 0 1010 1010111 11001 110101 1001101 101011

Color Harmonies of #C0AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC19

Black with #C0AC19

Text Example


Text Example

White with #C0AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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