#B4BE9F

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

Shades of Sprout #B4BE9F

Tints of Sprout #B4BE9F

Color information

#B4BE9F (or 0xB4BE9F) is unknown color: approx Sprout. HEX triplet: B4, BE and 9F. RGB value is (180,190,159). Sum of RGB (Red+Green+Blue) = 180+190+159=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BE9F is #4B4160. Grayscale: #B7B7B7. Windows color (decimal): -4931937 or 10469044. OLE color: 10469044.

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

Color convert

RGB180190159-
CMYK0.0500.160.25
HSL79.35º19.25%68.43%-
HSV(B)79.35º16.32%74.51%-
XYZ43.4949.0339.97-
YUV183.48114.19125.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=34.03%
G=35.92%
B=30.06%

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
Decimal1801901590.0500.160.2579.3519.2568.43
HexB4BE9F5010194f1344
Octal26427623750203111723104
Binary101101001011111010011111101010000110011001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE9F; }

 p { color: rgb(180,190,159); }

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

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

 a { background-color: rgb(180,190,159); }

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

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

 span { border-color: rgb(180,190,159); }

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