#BEC99F

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

Shades of Sprout #BEC99F

Tints of Sprout #BEC99F

Color information

#BEC99F (or 0xBEC99F) is unknown color: approx Sprout. HEX triplet: BE, C9 and 9F. RGB value is (190,201,159). Sum of RGB (Red+Green+Blue) = 190+201+159=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99F is #413660. Grayscale: #C1C1C1. Windows color (decimal): -4273761 or 10471870. OLE color: 10471870.

HSL color Cylindrical-coordinate representation of color #BEC99F: hue angle of 75.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC99F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB190201159-
CMYK0.0500.210.21
HSL75.71º28%70.59%-
HSV(B)75.71º20.9%78.82%-
XYZ48.3855.2240.91-
YUV192.92108.86125.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=34.55%
G=36.55%
B=28.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011590.0500.210.2175.712870.59
HexBEC99F5015154c1c47
Octal27631123750252511434107
Binary101111101100100110011111101010101101011001100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC99F; }

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

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

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

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

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

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

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

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