#B5B02F

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

Shades of Earls Green #B5B02F

Tints of Earls Green #B5B02F

Color information

#B5B02F (or 0xB5B02F) is unknown color: approx Earls Green. HEX triplet: B5, B0 and 2F. RGB value is (181,176,47). Sum of RGB (Red+Green+Blue) = 181+176+47=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B02F is #4A4FD0. Grayscale: #A3A3A3. Windows color (decimal): -4870097 or 3125429. OLE color: 3125429.

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

Color convert

RGB18117647-
CMYK00.030.740.29
HSL57.76º58.77%44.71%-
HSV(B)57.76º74.03%70.98%-
XYZ35.0941.088.77-
YUV162.7962.66140.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 47 (18.75% from 255) = 11.63%
R=44.80%
G=43.56%
B=11.63%

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
Decimal1811764700.030.740.2957.7658.7744.71
HexB5B02F034A1D3a3b2d
Octal265260570311235727355
Binary1011010110110000101111011100101011101111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B02F; }

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

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

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

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

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

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

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

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