#B0BB9B

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

Shades of Green Spring #B0BB9B

Tints of Green Spring #B0BB9B

Color information

#B0BB9B (or 0xB0BB9B) is unknown color: approx Green Spring. HEX triplet: B0, BB and 9B. RGB value is (176,187,155). Sum of RGB (Red+Green+Blue) = 176+187+155=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9B is #4F4464. Grayscale: #B4B4B4. Windows color (decimal): -5194853 or 10206128. OLE color: 10206128.

HSL color Cylindrical-coordinate representation of color #B0BB9B: hue angle of 80.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0BB9B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB176187155-
CMYK0.0600.170.27
HSL80.62º19.05%67.06%-
HSV(B)80.62º17.11%73.33%-
XYZ41.5947.1437.92-
YUV180.06113.86125.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=33.98%
G=36.10%
B=29.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871550.0600.170.2780.6219.0567.06
HexB0BB9B60111B511343
Octal26027323360213312123103
Binary101100001011101110011011110010001110111010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB9B; }

 p { color: rgb(176,187,155); }

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

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

 a { background-color: rgb(176,187,155); }

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

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

 span { border-color: rgb(176,187,155); }

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