#B5AF2F

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

Shades of Earls Green #B5AF2F

Tints of Earls Green #B5AF2F

Color information

#B5AF2F (or 0xB5AF2F) is unknown color: approx Earls Green. HEX triplet: B5, AF and 2F. RGB value is (181,175,47). Sum of RGB (Red+Green+Blue) = 181+175+47=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF2F is #4A50D0. Grayscale: #A2A2A2. Windows color (decimal): -4870353 or 3125173. OLE color: 3125173.

HSL color Cylindrical-coordinate representation of color #B5AF2F: hue angle of 57.31º 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 #B5AF2F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18117547-
CMYK00.030.740.29
HSL57.31º58.77%44.71%-
HSV(B)57.31º74.03%70.98%-
XYZ34.940.698.7-
YUV162.262.99141.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 47 (18.75% from 255) = 11.66%
R=44.91%
G=43.42%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811754700.030.740.2957.3158.7744.71
HexB5AF2F034A1D393b2d
Octal265257570311235717355
Binary1011010110101111101111011100101011101111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF2F; }

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

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

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

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

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

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

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

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