#B0BF9D

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

Shades of Sprout #B0BF9D

Tints of Sprout #B0BF9D

Color information

#B0BF9D (or 0xB0BF9D) is unknown color: approx Sprout. HEX triplet: B0, BF and 9D. RGB value is (176,191,157). Sum of RGB (Red+Green+Blue) = 176+191+157=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF9D is #4F4062. Grayscale: #B6B6B6. Windows color (decimal): -5193827 or 10338224. OLE color: 10338224.

HSL color Cylindrical-coordinate representation of color #B0BF9D: hue angle of 86.47º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BF9D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB176191157-
CMYK0.0800.180.25
HSL86.47º20.99%68.24%-
HSV(B)86.47º17.8%74.9%-
XYZ42.6248.9339.1-
YUV182.64113.53123.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=33.59%
G=36.45%
B=29.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911570.0800.180.2586.4720.9968.24
HexB0BF9D801219561544
Octal260277235100223112625104
Binary1011000010111111100111011000010010110011010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF9D; }

 p { color: rgb(176,191,157); }

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

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

 a { background-color: rgb(176,191,157); }

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

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

 span { border-color: rgb(176,191,157); }

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