#B3BF9D

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

Shades of Sprout #B3BF9D

Tints of Sprout #B3BF9D

Color information

#B3BF9D (or 0xB3BF9D) is unknown color: approx Sprout. HEX triplet: B3, BF and 9D. RGB value is (179,191,157). Sum of RGB (Red+Green+Blue) = 179+191+157=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BF9D is #4C4062. Grayscale: #B7B7B7. Windows color (decimal): -4997219 or 10338227. OLE color: 10338227.

HSL color Cylindrical-coordinate representation of color #B3BF9D: hue angle of 81.18º 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 #B3BF9D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB179191157-
CMYK0.0600.180.25
HSL81.18º20.99%68.24%-
HSV(B)81.18º17.8%74.9%-
XYZ43.3149.2839.13-
YUV183.54113.02124.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=33.97%
G=36.24%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911570.0600.180.2581.1820.9968.24
HexB3BF9D601219511544
Octal26327723560223112125104
Binary101100111011111110011101110010010110011010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF9D; }

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

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

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

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

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

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

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

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