Html Css Color HEX #C5A529 Earls Green

📋 copy color: '#C5A529'

red 197 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #C5A529

Tints of Earls Green #C5A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 48.88%
G = 40.94%
B = 10.17%

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

#C5A529 (or 0xC5A529) is known color: Earls Green. HEX triplet: C5, A5 and 29. RGB value is (197,165,41). Sum of RGB (Red+Green+Blue) = 197+165+41=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A529 is #3A5AD6. Grayscale: #A0A0A0. Windows color (decimal): -3824343 or 2729413. OLE color: 2729413.

HSL color Cylindrical-coordinate representation of color #C5A529: hue angle of 47.69º degrees, saturation: 0.66, 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 #C5A529 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 165 41 -
CMYK 0 0.16 0.79 0.23
HSL 47.69º 0.66% 0.47% -
HSV(B) 47.69º 0.79% 0.77% -
XYZ 36.88 38.94 7.67 -
YUV 160.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 197 165 41 0 0.16 0.79 0.23 47.69 0.66 0.47
Hex C5 A5 29 0 10 4F 17 30 42 2F
Octal 305 245 51 0 20 117 27 60 102 57
Binary 11000101 10100101 101001 0 10000 1001111 10111 110000 1000010 101111

Color Harmonies of #C5A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A529

Black with #C5A529

Text Example


Text Example

White with #C5A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A529; }

 p { color: rgb(197,165,41); }

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

background-color css

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

 a { background-color: rgb(197,165,41); }

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

border-color css

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

 span { border-color: rgb(197,165,41); }

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