#B0BB94

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

Shades of Green Spring #B0BB94

Tints of Green Spring #B0BB94

Color information

#B0BB94 (or 0xB0BB94) is unknown color: approx Green Spring. HEX triplet: B0, BB and 94. RGB value is (176,187,148). Sum of RGB (Red+Green+Blue) = 176+187+148=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB94 is #4F446B. Grayscale: #B3B3B3. Windows color (decimal): -5194860 or 9747376. OLE color: 9747376.

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

Color convert

RGB176187148-
CMYK0.0600.210.27
HSL76.92º22.29%65.69%-
HSV(B)76.92º20.86%73.33%-
XYZ41.0246.9134.91-
YUV179.26110.36125.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=34.44%
G=36.59%
B=28.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871480.0600.210.2776.9222.2965.69
HexB0BB9460151B4d1642
Octal26027322460253311526102
Binary101100001011101110010100110010101110111001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB94; }

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

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

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

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

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

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

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

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