Html Css Color HEX #C5AD17 Earls Green

📋 copy color: '#C5AD17'

red 197 ◦ green 173 ◦ blue 23

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

Shades of Earls Green #C5AD17

Tints of Earls Green #C5AD17

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

 GREEN value IS 173 (67.97% from 255) = 44.02%

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

R = 50.13%
G = 44.02%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5AD17 (or 0xC5AD17) is known color: Earls Green. HEX triplet: C5, AD and 17. RGB value is (197,173,23). Sum of RGB (Red+Green+Blue) = 197+173+23=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD17 is #3A52E8. Grayscale: #A3A3A3. Windows color (decimal): -3822313 or 1551813. OLE color: 1551813.

HSL color Cylindrical-coordinate representation of color #C5AD17: hue angle of 51.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5AD17 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 23 -
CMYK 0 0.12 0.88 0.23
HSL 51.72º 0.79% 0.43% -
HSV(B) 51.72º 0.88% 0.77% -
XYZ 38.12 41.82 6.87 -
YUV 163.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 197 173 23 0 0.12 0.88 0.23 51.72 0.79 0.43
Hex C5 AD 17 0 C 58 17 34 4F 2B
Octal 305 255 27 0 14 130 27 64 117 53
Binary 11000101 10101101 10111 0 1100 1011000 10111 110100 1001111 101011

Color Harmonies of #C5AD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD17

Black with #C5AD17

Text Example


Text Example

White with #C5AD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD17; }

 p { color: rgb(197,173,23); }

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

background-color css

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

 a { background-color: rgb(197,173,23); }

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

border-color css

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

 span { border-color: rgb(197,173,23); }

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