#B0BD99

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

Shades of Sprout #B0BD99

Tints of Sprout #B0BD99

Color information

#B0BD99 (or 0xB0BD99) is unknown color: approx Sprout. HEX triplet: B0, BD and 99. RGB value is (176,189,153). Sum of RGB (Red+Green+Blue) = 176+189+153=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD99 is #4F4266. Grayscale: #B5B5B5. Windows color (decimal): -5194343 or 10075568. OLE color: 10075568.

HSL color Cylindrical-coordinate representation of color #B0BD99: hue angle of 81.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0BD99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB176189153-
CMYK0.0700.190.26
HSL81.67º21.43%67.06%-
HSV(B)81.67º19.05%74.12%-
XYZ41.8547.9337.18-
YUV181.01112.19124.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=33.98%
G=36.49%
B=29.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891530.0700.190.2681.6721.4367.06
HexB0BD9970131A521543
Octal26027523170233212225103
Binary101100001011110110011001111010011110101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD99; }

 p { color: rgb(176,189,153); }

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

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

 a { background-color: rgb(176,189,153); }

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

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

 span { border-color: rgb(176,189,153); }

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