#B0BF9A

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

Shades of Sprout #B0BF9A

Tints of Sprout #B0BF9A

Color information

#B0BF9A (or 0xB0BF9A) is unknown color: approx Sprout. HEX triplet: B0, BF and 9A. RGB value is (176,191,154). Sum of RGB (Red+Green+Blue) = 176+191+154=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF9A is #4F4065. Grayscale: #B6B6B6. Windows color (decimal): -5193830 or 10141616. OLE color: 10141616.

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

Color convert

RGB176191154-
CMYK0.0800.190.25
HSL84.32º22.42%67.65%-
HSV(B)84.32º19.37%74.9%-
XYZ42.3748.8237.76-
YUV182.3112.03123.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=33.78%
G=36.66%
B=29.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911540.0800.190.2584.3222.4267.65
HexB0BF9A801319541644
Octal260277232100233112426104
Binary1011000010111111100110101000010011110011010100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF9A; }

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

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

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

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

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

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

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

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