#BEC89F

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

Shades of Sprout #BEC89F

Tints of Sprout #BEC89F

Color information

#BEC89F (or 0xBEC89F) is unknown color: approx Sprout. HEX triplet: BE, C8 and 9F. RGB value is (190,200,159). Sum of RGB (Red+Green+Blue) = 190+200+159=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC89F is #413760. Grayscale: #C0C0C0. Windows color (decimal): -4274017 or 10471614. OLE color: 10471614.

HSL color Cylindrical-coordinate representation of color #BEC89F: hue angle of 74.63º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC89F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB190200159-
CMYK0.0500.200.22
HSL74.63º27.15%70.39%-
HSV(B)74.63º20.5%78.43%-
XYZ48.1554.7640.83-
YUV192.34109.19126.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=34.61%
G=36.43%
B=28.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001590.0500.200.2274.6327.1570.39
HexBEC89F5014164b1b46
Octal27631023750242611333106
Binary101111101100100010011111101010100101101001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC89F; }

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

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

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

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

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

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

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

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