#B5BFA3

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

Shades of Sprout #B5BFA3

Tints of Sprout #B5BFA3

Color information

#B5BFA3 (or 0xB5BFA3) is unknown color: approx Sprout. HEX triplet: B5, BF and A3. RGB value is (181,191,163). Sum of RGB (Red+Green+Blue) = 181+191+163=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA3 is #4A405C. Grayscale: #B8B8B8. Windows color (decimal): -4866141 or 10731445. OLE color: 10731445.

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

Color convert

RGB181191163-
CMYK0.0500.150.25
HSL81.43º17.95%69.41%-
HSV(B)81.43º14.66%74.9%-
XYZ44.349.7341.91-
YUV184.82115.69125.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=33.83%
G=35.70%
B=30.47%

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
Decimal1811911630.0500.150.2581.4317.9569.41
HexB5BFA350F19511245
Octal26527724350173112122105
Binary10110101101111111010001110101111110011010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFA3; }

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

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

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

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

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

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

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

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