Html Css Color HEX #B5AA31 Earls Green

📋 copy color: '#B5AA31'

red 181 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #B5AA31

Tints of Earls Green #B5AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 45.25%
G = 42.5%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B5AA31 (or 0xB5AA31) is known color: Earls Green. HEX triplet: B5, AA and 31. RGB value is (181,170,49). Sum of RGB (Red+Green+Blue) = 181+170+49=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA31 is #4A55CE. Grayscale: #9F9F9F. Windows color (decimal): -4871631 or 3254965. OLE color: 3254965.

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

Color convert

RGB 181 170 49 -
CMYK 0 0.06 0.73 0.29
HSL 55º 0.57% 0.45% -
HSV(B) 55º 0.73% 0.71% -
XYZ 33.99 38.79 8.6 -
YUV 159.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 181 170 49 0 0.06 0.73 0.29 55 0.57 0.45
Hex B5 AA 31 0 6 49 1D 37 39 2D
Octal 265 252 61 0 6 111 35 67 71 55
Binary 10110101 10101010 110001 0 110 1001001 11101 110111 111001 101101

Color Harmonies of #B5AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA31

Black with #B5AA31

Text Example


Text Example

White with #B5AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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