#B0B59F

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

Shades of Green Spring #B0B59F

Tints of Green Spring #B0B59F

Color information

#B0B59F (or 0xB0B59F) is unknown color: approx Green Spring. HEX triplet: B0, B5 and 9F. RGB value is (176,181,159). Sum of RGB (Red+Green+Blue) = 176+181+159=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B59F is #4F4A60. Grayscale: #B1B1B1. Windows color (decimal): -5196385 or 10466736. OLE color: 10466736.

HSL color Cylindrical-coordinate representation of color #B0B59F: hue angle of 73.64º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B59F is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB176181159-
CMYK0.0300.120.29
HSL73.64º12.94%66.67%-
HSV(B)73.64º12.15%70.98%-
XYZ40.6944.7839.3-
YUV177117.84127.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=34.11%
G=35.08%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811590.0300.120.2973.6412.9466.67
HexB0B59F30C1D4ad43
Octal26026523730143511215103
Binary101100001011010110011111110110011101100101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B59F; }

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

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

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

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

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

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

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

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