#B5AA2F

Color #B5AA2F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B5AA2F

Tints of Earls Green #B5AA2F

Color information

#B5AA2F (or 0xB5AA2F) is unknown color: approx Earls Green. HEX triplet: B5, AA and 2F. RGB value is (181,170,47). Sum of RGB (Red+Green+Blue) = 181+170+47=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA2F is #4A55D0. Grayscale: #9F9F9F. Windows color (decimal): -4871633 or 3123893. OLE color: 3123893.

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

Color convert

RGB18117047-
CMYK00.060.740.29
HSL55.07º58.77%44.71%-
HSV(B)55.07º74.03%70.98%-
XYZ33.9438.788.39-
YUV159.2764.64143.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 47 (18.75% from 255) = 11.81%
R=45.48%
G=42.71%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811704700.060.740.2955.0758.7744.71
HexB5AA2F064A1D373b2d
Octal265252570611235677355
Binary10110101101010101011110110100101011101110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA2F; }

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

 H1.HeaderClassName
 {
   color: #B5AA2F;
 }
 .AnyTagClassName
 {
   color: #B5AA2F;
 }
</style>
background-color css

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

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

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

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

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

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