#B5BEA4

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

Shades of Sprout #B5BEA4

Tints of Sprout #B5BEA4

Color information

#B5BEA4 (or 0xB5BEA4) is unknown color: approx Sprout. HEX triplet: B5, BE and A4. RGB value is (181,190,164). Sum of RGB (Red+Green+Blue) = 181+190+164=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEA4 is #4A415B. Grayscale: #B8B8B8. Windows color (decimal): -4866396 or 10796725. OLE color: 10796725.

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

Color convert

RGB181190164-
CMYK0.0500.140.25
HSL80.77º16.67%69.41%-
HSV(B)80.77º13.68%74.51%-
XYZ44.1749.3342.32-
YUV184.34116.52125.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=33.83%
G=35.51%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901640.0500.140.2580.7716.6769.41
HexB5BEA450E19511145
Octal26527624450163112121105
Binary10110101101111101010010010101110110011010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEA4; }

 p { color: rgb(181,190,164); }

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

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

 a { background-color: rgb(181,190,164); }

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

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

 span { border-color: rgb(181,190,164); }

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