Html Css Color HEX #C5B526 Earls Green

📋 copy color: '#C5B526'

red 197 ◦ green 181 ◦ blue 38

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

Shades of Earls Green #C5B526

Tints of Earls Green #C5B526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.51%

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

R = 47.36%
G = 43.51%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5B526 (or 0xC5B526) is known color: Earls Green. HEX triplet: C5, B5 and 26. RGB value is (197,181,38). Sum of RGB (Red+Green+Blue) = 197+181+38=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B526 is #3A4AD9. Grayscale: #AAAAAA. Windows color (decimal): -3820250 or 2536901. OLE color: 2536901.

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

Color convert

RGB 197 181 38 -
CMYK 0 0.08 0.81 0.23
HSL 53.96º 0.68% 0.46% -
HSV(B) 53.96º 0.81% 0.77% -
XYZ 39.9 45.06 8.43 -
YUV 169.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 197 181 38 0 0.08 0.81 0.23 53.96 0.68 0.46
Hex C5 B5 26 0 8 51 17 36 44 2E
Octal 305 265 46 0 10 121 27 66 104 56
Binary 11000101 10110101 100110 0 1000 1010001 10111 110110 1000100 101110

Color Harmonies of #C5B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B526

Black with #C5B526

Text Example


Text Example

White with #C5B526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B526; }

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

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

background-color css

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

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

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

border-color css

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

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

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