Html Css Color HEX #C5AD28 Earls Green

📋 copy color: '#C5AD28'

red 197 ◦ green 173 ◦ blue 40

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

Shades of Earls Green #C5AD28

Tints of Earls Green #C5AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 48.05%
G = 42.2%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5AD28 (or 0xC5AD28) is known color: Earls Green. HEX triplet: C5, AD and 28. RGB value is (197,173,40). Sum of RGB (Red+Green+Blue) = 197+173+40=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD28 is #3A52D7. Grayscale: #A5A5A5. Windows color (decimal): -3822296 or 2665925. OLE color: 2665925.

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

Color convert

RGB 197 173 40 -
CMYK 0 0.12 0.80 0.23
HSL 50.83º 0.66% 0.46% -
HSV(B) 50.83º 0.8% 0.77% -
XYZ 38.35 41.91 8.08 -
YUV 165.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 197 173 40 0 0.12 0.80 0.23 50.83 0.66 0.46
Hex C5 AD 28 0 C 50 17 33 42 2E
Octal 305 255 50 0 14 120 27 63 102 56
Binary 11000101 10101101 101000 0 1100 1010000 10111 110011 1000010 101110

Color Harmonies of #C5AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD28

Black with #C5AD28

Text Example


Text Example

White with #C5AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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