Html Css Color HEX #C0AC17 Earls Green

📋 copy color: '#C0AC17'

red 192 ◦ green 172 ◦ blue 23

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

Shades of Earls Green #C0AC17

Tints of Earls Green #C0AC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.94%

R = 49.61%
G = 44.44%
B = 5.94%

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

#C0AC17 (or 0xC0AC17) is known color: Earls Green. HEX triplet: C0, AC and 17. RGB value is (192,172,23). Sum of RGB (Red+Green+Blue) = 192+172+23=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC17 is #3F53E8. Grayscale: #A1A1A1. Windows color (decimal): -4150249 or 1551552. OLE color: 1551552.

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

Color convert

RGB 192 172 23 -
CMYK 0 0.10 0.88 0.25
HSL 52.9º 0.79% 0.42% -
HSV(B) 52.9º 0.88% 0.75% -
XYZ 36.65 40.77 6.75 -
YUV 160.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 192 172 23 0 0.10 0.88 0.25 52.9 0.79 0.42
Hex C0 AC 17 0 A 58 19 35 4F 2A
Octal 300 254 27 0 12 130 31 65 117 52
Binary 11000000 10101100 10111 0 1010 1011000 11001 110101 1001111 101010

Color Harmonies of #C0AC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC17

Black with #C0AC17

Text Example


Text Example

White with #C0AC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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