#B5BF9A

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

Shades of Sprout #B5BF9A

Tints of Sprout #B5BF9A

Color information

#B5BF9A (or 0xB5BF9A) is unknown color: approx Sprout. HEX triplet: B5, BF and 9A. RGB value is (181,191,154). Sum of RGB (Red+Green+Blue) = 181+191+154=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF9A is #4A4065. Grayscale: #B7B7B7. Windows color (decimal): -4866150 or 10141621. OLE color: 10141621.

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

Color convert

RGB181191154-
CMYK0.0500.190.25
HSL76.22º22.42%67.65%-
HSV(B)76.22º19.37%74.9%-
XYZ43.5249.4237.82-
YUV183.79111.19126.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=34.41%
G=36.31%
B=29.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911540.0500.190.2576.2222.4267.65
HexB5BF9A5013194c1644
Octal26527723250233111426104
Binary101101011011111110011010101010011110011001100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF9A; }

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

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

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

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

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

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

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

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