#B0B396

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

Shades of Green Spring #B0B396

Tints of Green Spring #B0B396

Color information

#B0B396 (or 0xB0B396) is unknown color: approx Green Spring. HEX triplet: B0, B3 and 96. RGB value is (176,179,150). Sum of RGB (Red+Green+Blue) = 176+179+150=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B396 is #4F4C69. Grayscale: #AEAEAE. Windows color (decimal): -5196906 or 9876400. OLE color: 9876400.

HSL color Cylindrical-coordinate representation of color #B0B396: hue angle of 66.21º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0B396 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB176179150-
CMYK0.0200.160.30
HSL66.21º16.02%64.51%-
HSV(B)66.21º16.2%70.2%-
XYZ39.5343.6735.2-
YUV174.8114.01128.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=34.85%
G=35.45%
B=29.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791500.0200.160.3066.2116.0264.51
HexB0B39620101E421041
Octal26026322620203610220101
Binary10110000101100111001011010010000111101000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B396; }

 p { color: rgb(176,179,150); }

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

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

 a { background-color: rgb(176,179,150); }

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

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

 span { border-color: rgb(176,179,150); }

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