#B0B89F

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

Shades of Green Spring #B0B89F

Tints of Green Spring #B0B89F

Color information

#B0B89F (or 0xB0B89F) is unknown color: approx Green Spring. HEX triplet: B0, B8 and 9F. RGB value is (176,184,159). Sum of RGB (Red+Green+Blue) = 176+184+159=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B89F is #4F4760. Grayscale: #B2B2B2. Windows color (decimal): -5195617 or 10467504. OLE color: 10467504.

HSL color Cylindrical-coordinate representation of color #B0B89F: hue angle of 79.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0B89F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB176184159-
CMYK0.0400.140.28
HSL79.2º14.97%67.25%-
HSV(B)79.2º13.59%72.16%-
XYZ41.346.0139.51-
YUV178.76116.85126.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=33.91%
G=35.45%
B=30.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841590.0400.140.2879.214.9767.25
HexB0B89F40E1C4ff43
Octal26027023740163411717103
Binary1011000010111000100111111000111011100100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B89F; }

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

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

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

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

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

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

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

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