Html Css Color HEX #C5A62C Earls Green

📋 copy color: '#C5A62C'

red 197 ◦ green 166 ◦ blue 44

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

Shades of Earls Green #C5A62C

Tints of Earls Green #C5A62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 48.4%
G = 40.79%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5A62C (or 0xC5A62C) is known color: Earls Green. HEX triplet: C5, A6 and 2C. RGB value is (197,166,44). Sum of RGB (Red+Green+Blue) = 197+166+44=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A62C is #3A59D3. Grayscale: #A1A1A1. Windows color (decimal): -3824084 or 2926277. OLE color: 2926277.

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

Color convert

RGB 197 166 44 -
CMYK 0 0.16 0.78 0.23
HSL 47.84º 0.63% 0.47% -
HSV(B) 47.84º 0.78% 0.77% -
XYZ 37.12 39.32 8.02 -
YUV 161.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 197 166 44 0 0.16 0.78 0.23 47.84 0.63 0.47
Hex C5 A6 2C 0 10 4E 17 30 3F 2F
Octal 305 246 54 0 20 116 27 60 77 57
Binary 11000101 10100110 101100 0 10000 1001110 10111 110000 111111 101111

Color Harmonies of #C5A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A62C

Black with #C5A62C

Text Example


Text Example

White with #C5A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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