Html Css Color HEX #C5AD10 Earls Green

📋 copy color: '#C5AD10'

red 197 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #C5AD10

Tints of Earls Green #C5AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 51.04%
G = 44.82%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5AD10 (or 0xC5AD10) is known color: Earls Green. HEX triplet: C5, AD and 10. RGB value is (197,173,16). Sum of RGB (Red+Green+Blue) = 197+173+16=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD10 is #3A52EF. Grayscale: #A2A2A2. Windows color (decimal): -3822320 or 1093061. OLE color: 1093061.

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

Color convert

RGB 197 173 16 -
CMYK 0 0.12 0.92 0.23
HSL 52.04º 0.85% 0.42% -
HSV(B) 52.04º 0.92% 0.77% -
XYZ 38.06 41.79 6.55 -
YUV 162.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 197 173 16 0 0.12 0.92 0.23 52.04 0.85 0.42
Hex C5 AD 10 0 C 5C 17 34 55 2A
Octal 305 255 20 0 14 134 27 64 125 52
Binary 11000101 10101101 10000 0 1100 1011100 10111 110100 1010101 101010

Color Harmonies of #C5AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD10

Black with #C5AD10

Text Example


Text Example

White with #C5AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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