Html Css Color HEX #B5A528 Earls Green

📋 copy color: '#B5A528'

red 181 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #B5A528

Tints of Earls Green #B5A528

RGB

 RED value IS 181 (71.09% from 255) = 46.89%

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

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 46.89%
G = 42.75%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B5A528 (or 0xB5A528) is known color: Earls Green. HEX triplet: B5, A5 and 28. RGB value is (181,165,40). Sum of RGB (Red+Green+Blue) = 181+165+40=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A528 is #4A5AD7. Grayscale: #9C9C9C. Windows color (decimal): -4872920 or 2663861. OLE color: 2663861.

HSL color Cylindrical-coordinate representation of color #B5A528: hue angle of 53.19º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5A528 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 165 40 -
CMYK 0 0.09 0.78 0.29
HSL 53.19º 0.64% 0.43% -
HSV(B) 53.19º 0.78% 0.71% -
XYZ 32.89 36.89 7.39 -
YUV 155.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 181 165 40 0 0.09 0.78 0.29 53.19 0.64 0.43
Hex B5 A5 28 0 9 4E 1D 35 40 2B
Octal 265 245 50 0 11 116 35 65 100 53
Binary 10110101 10100101 101000 0 1001 1001110 11101 110101 1000000 101011

Color Harmonies of #B5A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A528

Black with #B5A528

Text Example


Text Example

White with #B5A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A528; }

 p { color: rgb(181,165,40); }

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

background-color css

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

 a { background-color: rgb(181,165,40); }

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

border-color css

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

 span { border-color: rgb(181,165,40); }

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