#B3BF9C

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

Shades of Sprout #B3BF9C

Tints of Sprout #B3BF9C

Color information

#B3BF9C (or 0xB3BF9C) is unknown color: approx Sprout. HEX triplet: B3, BF and 9C. RGB value is (179,191,156). Sum of RGB (Red+Green+Blue) = 179+191+156=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BF9C is #4C4063. Grayscale: #B7B7B7. Windows color (decimal): -4997220 or 10272691. OLE color: 10272691.

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

Color convert

RGB179191156-
CMYK0.0600.180.25
HSL80.57º21.47%68.04%-
HSV(B)80.57º18.32%74.9%-
XYZ43.2249.2538.68-
YUV183.42112.52124.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=34.03%
G=36.31%
B=29.66%

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
Decimal1791911560.0600.180.2580.5721.4768.04
HexB3BF9C601219511544
Octal26327723460223112125104
Binary101100111011111110011100110010010110011010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF9C; }

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

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

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

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

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

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

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

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