Html Css Color HEX #C5A52A Earls Green

📋 copy color: '#C5A52A'

red 197 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #C5A52A

Tints of Earls Green #C5A52A

RGB

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

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

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

R = 48.76%
G = 40.84%
B = 10.4%

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

#C5A52A (or 0xC5A52A) is known color: Earls Green. HEX triplet: C5, A5 and 2A. RGB value is (197,165,42). Sum of RGB (Red+Green+Blue) = 197+165+42=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A52A is #3A5AD5. Grayscale: #A1A1A1. Windows color (decimal): -3824342 or 2794949. OLE color: 2794949.

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

Color convert

RGB 197 165 42 -
CMYK 0 0.16 0.79 0.23
HSL 47.61º 0.65% 0.47% -
HSV(B) 47.61º 0.79% 0.77% -
XYZ 36.9 38.95 7.76 -
YUV 160.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 197 165 42 0 0.16 0.79 0.23 47.61 0.65 0.47
Hex C5 A5 2A 0 10 4F 17 30 41 2F
Octal 305 245 52 0 20 117 27 60 101 57
Binary 11000101 10100101 101010 0 10000 1001111 10111 110000 1000001 101111

Color Harmonies of #C5A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A52A

Black with #C5A52A

Text Example


Text Example

White with #C5A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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