Html Css Color HEX #C5AD19 Earls Green

📋 copy color: '#C5AD19'

red 197 ◦ green 173 ◦ blue 25

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

Shades of Earls Green #C5AD19

Tints of Earls Green #C5AD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 49.87%
G = 43.8%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5AD19 (or 0xC5AD19) is known color: Earls Green. HEX triplet: C5, AD and 19. RGB value is (197,173,25). Sum of RGB (Red+Green+Blue) = 197+173+25=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD19 is #3A52E6. Grayscale: #A3A3A3. Windows color (decimal): -3822311 or 1682885. OLE color: 1682885.

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

Color convert

RGB 197 173 25 -
CMYK 0 0.12 0.87 0.23
HSL 51.63º 0.77% 0.44% -
HSV(B) 51.63º 0.87% 0.77% -
XYZ 38.15 41.83 6.98 -
YUV 163.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 197 173 25 0 0.12 0.87 0.23 51.63 0.77 0.44
Hex C5 AD 19 0 C 57 17 34 4D 2C
Octal 305 255 31 0 14 127 27 64 115 54
Binary 11000101 10101101 11001 0 1100 1010111 10111 110100 1001101 101100

Color Harmonies of #C5AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD19

Black with #C5AD19

Text Example


Text Example

White with #C5AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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