Html Css Color HEX #C5A62A Earls Green

📋 copy color: '#C5A62A'

red 197 ◦ green 166 ◦ blue 42

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

Shades of Earls Green #C5A62A

Tints of Earls Green #C5A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 48.64%
G = 40.99%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5A62A (or 0xC5A62A) is known color: Earls Green. HEX triplet: C5, A6 and 2A. RGB value is (197,166,42). Sum of RGB (Red+Green+Blue) = 197+166+42=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A62A is #3A59D5. Grayscale: #A1A1A1. Windows color (decimal): -3824086 or 2795205. OLE color: 2795205.

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

Color convert

RGB 197 166 42 -
CMYK 0 0.16 0.79 0.23
HSL 48º 0.65% 0.47% -
HSV(B) 48º 0.79% 0.77% -
XYZ 37.08 39.31 7.82 -
YUV 161.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 197 166 42 0 0.16 0.79 0.23 48 0.65 0.47
Hex C5 A6 2A 0 10 4F 17 30 41 2F
Octal 305 246 52 0 20 117 27 60 101 57
Binary 11000101 10100110 101010 0 10000 1001111 10111 110000 1000001 101111

Color Harmonies of #C5A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A62A

Black with #C5A62A

Text Example


Text Example

White with #C5A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A62A; }

 p { color: rgb(197,166,42); }

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

background-color css

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

 a { background-color: rgb(197,166,42); }

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

border-color css

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

 span { border-color: rgb(197,166,42); }

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