Html Css Color HEX #C5A526 Earls Green

📋 copy color: '#C5A526'

red 197 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #C5A526

Tints of Earls Green #C5A526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.5%

R = 49.25%
G = 41.25%
B = 9.5%

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

#C5A526 (or 0xC5A526) is known color: Earls Green. HEX triplet: C5, A5 and 26. RGB value is (197,165,38). Sum of RGB (Red+Green+Blue) = 197+165+38=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A526 is #3A5AD9. Grayscale: #A0A0A0. Windows color (decimal): -3824346 or 2532805. OLE color: 2532805.

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

Color convert

RGB 197 165 38 -
CMYK 0 0.16 0.81 0.23
HSL 47.92º 0.68% 0.46% -
HSV(B) 47.92º 0.81% 0.77% -
XYZ 36.83 38.92 7.4 -
YUV 160.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 197 165 38 0 0.16 0.81 0.23 47.92 0.68 0.46
Hex C5 A5 26 0 10 51 17 30 44 2E
Octal 305 245 46 0 20 121 27 60 104 56
Binary 11000101 10100101 100110 0 10000 1010001 10111 110000 1000100 101110

Color Harmonies of #C5A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A526

Black with #C5A526

Text Example


Text Example

White with #C5A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A526; }

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

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

background-color css

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

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

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

border-color css

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

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

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