#B5BFA2

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

Shades of Sprout #B5BFA2

Tints of Sprout #B5BFA2

Color information

#B5BFA2 (or 0xB5BFA2) is unknown color: approx Sprout. HEX triplet: B5, BF and A2. RGB value is (181,191,162). Sum of RGB (Red+Green+Blue) = 181+191+162=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA2 is #4A405D. Grayscale: #B8B8B8. Windows color (decimal): -4866142 or 10665909. OLE color: 10665909.

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

Color convert

RGB181191162-
CMYK0.0500.150.25
HSL80.69º18.47%69.22%-
HSV(B)80.69º15.18%74.9%-
XYZ44.2149.6941.44-
YUV184.7115.19125.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=33.90%
G=35.77%
B=30.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911620.0500.150.2580.6918.4769.22
HexB5BFA250F19511245
Octal26527724250173112122105
Binary10110101101111111010001010101111110011010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFA2; }

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

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

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

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

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

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

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

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