#B0BB92

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

Shades of Green Spring #B0BB92

Tints of Green Spring #B0BB92

Color information

#B0BB92 (or 0xB0BB92) is unknown color: approx Green Spring. HEX triplet: B0, BB and 92. RGB value is (176,187,146). Sum of RGB (Red+Green+Blue) = 176+187+146=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB92 is #4F446D. Grayscale: #B3B3B3. Windows color (decimal): -5194862 or 9616304. OLE color: 9616304.

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

Color convert

RGB176187146-
CMYK0.0600.220.27
HSL76.1º23.16%65.29%-
HSV(B)76.1º21.93%73.33%-
XYZ40.8646.8534.08-
YUV179.04109.36125.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=34.58%
G=36.74%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871460.0600.220.2776.123.1665.29
HexB0BB9260161B4c1741
Octal26027322260263311427101
Binary101100001011101110010010110010110110111001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB92; }

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

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

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

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

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

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

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

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