Html Css Color HEX #C5A525 Earls Green

📋 copy color: '#C5A525'

red 197 ◦ green 165 ◦ blue 37

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

Shades of Earls Green #C5A525

Tints of Earls Green #C5A525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.27%

R = 49.37%
G = 41.35%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5A525 (or 0xC5A525) is known color: Earls Green. HEX triplet: C5, A5 and 25. RGB value is (197,165,37). Sum of RGB (Red+Green+Blue) = 197+165+37=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A525 is #3A5ADA. Grayscale: #A0A0A0. Windows color (decimal): -3824347 or 2467269. OLE color: 2467269.

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

Color convert

RGB 197 165 37 -
CMYK 0 0.16 0.81 0.23
HSL 48º 0.68% 0.46% -
HSV(B) 48º 0.81% 0.77% -
XYZ 36.82 38.91 7.32 -
YUV 159.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 197 165 37 0 0.16 0.81 0.23 48 0.68 0.46
Hex C5 A5 25 0 10 51 17 30 44 2E
Octal 305 245 45 0 20 121 27 60 104 56
Binary 11000101 10100101 100101 0 10000 1010001 10111 110000 1000100 101110

Color Harmonies of #C5A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A525

Black with #C5A525

Text Example


Text Example

White with #C5A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A525; }

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

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

background-color css

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

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

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

border-color css

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

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

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