Html Css Color HEX #C5AD11 Earls Green

📋 copy color: '#C5AD11'

red 197 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #C5AD11

Tints of Earls Green #C5AD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 50.9%
G = 44.7%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5AD11 (or 0xC5AD11) is known color: Earls Green. HEX triplet: C5, AD and 11. RGB value is (197,173,17). Sum of RGB (Red+Green+Blue) = 197+173+17=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD11 is #3A52EE. Grayscale: #A3A3A3. Windows color (decimal): -3822319 or 1158597. OLE color: 1158597.

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

Color convert

RGB 197 173 17 -
CMYK 0 0.12 0.91 0.23
HSL 52º 0.84% 0.42% -
HSV(B) 52º 0.91% 0.77% -
XYZ 38.07 41.8 6.59 -
YUV 162.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 197 173 17 0 0.12 0.91 0.23 52 0.84 0.42
Hex C5 AD 11 0 C 5B 17 34 54 2A
Octal 305 255 21 0 14 133 27 64 124 52
Binary 11000101 10101101 10001 0 1100 1011011 10111 110100 1010100 101010

Color Harmonies of #C5AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD11

Black with #C5AD11

Text Example


Text Example

White with #C5AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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