Html Css Color HEX #B5AA1E Earls Green

📋 copy color: '#B5AA1E'

red 181 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #B5AA1E

Tints of Earls Green #B5AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 47.51%
G = 44.62%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5AA1E (or 0xB5AA1E) is known color: Earls Green. HEX triplet: B5, AA and 1E. RGB value is (181,170,30). Sum of RGB (Red+Green+Blue) = 181+170+30=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA1E is #4A55E1. Grayscale: #9D9D9D. Windows color (decimal): -4871650 or 2009781. OLE color: 2009781.

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

Color convert

RGB 181 170 30 -
CMYK 0 0.06 0.83 0.29
HSL 55.63º 0.72% 0.41% -
HSV(B) 55.63º 0.83% 0.71% -
XYZ 33.67 38.67 6.92 -
YUV 157.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 181 170 30 0 0.06 0.83 0.29 55.63 0.72 0.41
Hex B5 AA 1E 0 6 53 1D 38 48 29
Octal 265 252 36 0 6 123 35 70 110 51
Binary 10110101 10101010 11110 0 110 1010011 11101 111000 1001000 101001

Color Harmonies of #B5AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA1E

Black with #B5AA1E

Text Example


Text Example

White with #B5AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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