#B0BB9A

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

Shades of Green Spring #B0BB9A

Tints of Green Spring #B0BB9A

Color information

#B0BB9A (or 0xB0BB9A) is unknown color: approx Green Spring. HEX triplet: B0, BB and 9A. RGB value is (176,187,154). Sum of RGB (Red+Green+Blue) = 176+187+154=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9A is #4F4465. Grayscale: #B4B4B4. Windows color (decimal): -5194854 or 10140592. OLE color: 10140592.

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

Color convert

RGB176187154-
CMYK0.0600.180.27
HSL80º19.53%66.86%-
HSV(B)80º17.65%73.33%-
XYZ41.5147.137.48-
YUV179.95113.36125.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871540.0600.180.278019.5366.86
HexB0BB9A60121B501443
Octal26027323260223312024103
Binary101100001011101110011010110010010110111010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB9A; }

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

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

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

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

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

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

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

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