Html Css Color HEX #C0A817 Earls Green

📋 copy color: '#C0A817'

red 192 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #C0A817

Tints of Earls Green #C0A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

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

R = 50.13%
G = 43.86%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0A817 (or 0xC0A817) is known color: Earls Green. HEX triplet: C0, A8 and 17. RGB value is (192,168,23). Sum of RGB (Red+Green+Blue) = 192+168+23=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A817 is #3F57E8. Grayscale: #9F9F9F. Windows color (decimal): -4151273 or 1550528. OLE color: 1550528.

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

Color convert

RGB 192 168 23 -
CMYK 0 0.12 0.88 0.25
HSL 51.48º 0.79% 0.42% -
HSV(B) 51.48º 0.88% 0.75% -
XYZ 35.9 39.27 6.5 -
YUV 158.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 192 168 23 0 0.12 0.88 0.25 51.48 0.79 0.42
Hex C0 A8 17 0 C 58 19 33 4F 2A
Octal 300 250 27 0 14 130 31 63 117 52
Binary 11000000 10101000 10111 0 1100 1011000 11001 110011 1001111 101010

Color Harmonies of #C0A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A817

Black with #C0A817

Text Example


Text Example

White with #C0A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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