#B3BF9A

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

Shades of Sprout #B3BF9A

Tints of Sprout #B3BF9A

Color information

#B3BF9A (or 0xB3BF9A) is unknown color: approx Sprout. HEX triplet: B3, BF and 9A. RGB value is (179,191,154). Sum of RGB (Red+Green+Blue) = 179+191+154=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BF9A is #4C4065. Grayscale: #B7B7B7. Windows color (decimal): -4997222 or 10141619. OLE color: 10141619.

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

Color convert

RGB179191154-
CMYK0.0600.190.25
HSL79.46º22.42%67.65%-
HSV(B)79.46º19.37%74.9%-
XYZ43.0549.1837.8-
YUV183.19111.52125.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=34.16%
G=36.45%
B=29.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911540.0600.190.2579.4622.4267.65
HexB3BF9A6013194f1644
Octal26327723260233111726104
Binary101100111011111110011010110010011110011001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF9A; }

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

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

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

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

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

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

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

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