#B0B99C

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

Shades of Green Spring #B0B99C

Tints of Green Spring #B0B99C

Color information

#B0B99C (or 0xB0B99C) is unknown color: approx Green Spring. HEX triplet: B0, B9 and 9C. RGB value is (176,185,156). Sum of RGB (Red+Green+Blue) = 176+185+156=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B99C is #4F4663. Grayscale: #B3B3B3. Windows color (decimal): -5195364 or 10271152. OLE color: 10271152.

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

Color convert

RGB176185156-
CMYK0.0500.160.27
HSL78.62º17.16%66.86%-
HSV(B)78.62º15.68%72.55%-
XYZ41.2546.3338.22-
YUV179115.02125.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=34.04%
G=35.78%
B=30.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851560.0500.160.2778.6217.1666.86
HexB0B99C50101B4f1143
Octal26027123450203311721103
Binary101100001011100110011100101010000110111001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B99C; }

 p { color: rgb(176,185,156); }

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

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

 a { background-color: rgb(176,185,156); }

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

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

 span { border-color: rgb(176,185,156); }

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