#B5BFA1

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

Shades of Sprout #B5BFA1

Tints of Sprout #B5BFA1

Color information

#B5BFA1 (or 0xB5BFA1) is unknown color: approx Sprout. HEX triplet: B5, BF and A1. RGB value is (181,191,161). Sum of RGB (Red+Green+Blue) = 181+191+161=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA1 is #4A405E. Grayscale: #B8B8B8. Windows color (decimal): -4866143 or 10600373. OLE color: 10600373.

HSL color Cylindrical-coordinate representation of color #B5BFA1: hue angle of 80º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BFA1 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB181191161-
CMYK0.0500.160.25
HSL80º18.99%69.02%-
HSV(B)80º15.71%74.9%-
XYZ44.1249.6640.98-
YUV184.59114.69125.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=33.96%
G=35.83%
B=30.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911610.0500.160.258018.9969.02
HexB5BFA1501019501345
Octal26527724150203112023105
Binary101101011011111110100001101010000110011010000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFA1; }

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

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

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

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

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

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

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

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