Html Css Color HEX #B5AA32 Earls Green

📋 copy color: '#B5AA32'

red 181 ◦ green 170 ◦ blue 50

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

Shades of Earls Green #B5AA32

Tints of Earls Green #B5AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 45.14%
G = 42.39%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B5AA32 (or 0xB5AA32) is known color: Earls Green. HEX triplet: B5, AA and 32. RGB value is (181,170,50). Sum of RGB (Red+Green+Blue) = 181+170+50=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA32 is #4A55CD. Grayscale: #A0A0A0. Windows color (decimal): -4871630 or 3320501. OLE color: 3320501.

HSL color Cylindrical-coordinate representation of color #B5AA32: hue angle of 54.96º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5AA32 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 50 -
CMYK 0 0.06 0.72 0.29
HSL 54.96º 0.57% 0.45% -
HSV(B) 54.96º 0.72% 0.71% -
XYZ 34.01 38.8 8.72 -
YUV 159.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 181 170 50 0 0.06 0.72 0.29 54.96 0.57 0.45
Hex B5 AA 32 0 6 48 1D 37 39 2D
Octal 265 252 62 0 6 110 35 67 71 55
Binary 10110101 10101010 110010 0 110 1001000 11101 110111 111001 101101

Color Harmonies of #B5AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA32

Black with #B5AA32

Text Example


Text Example

White with #B5AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA32; }

 p { color: rgb(181,170,50); }

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

background-color css

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

 a { background-color: rgb(181,170,50); }

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

border-color css

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

 span { border-color: rgb(181,170,50); }

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