#BEC99B

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

Shades of Sprout #BEC99B

Tints of Sprout #BEC99B

Color information

#BEC99B (or 0xBEC99B) is unknown color: approx Sprout. HEX triplet: BE, C9 and 9B. RGB value is (190,201,155). Sum of RGB (Red+Green+Blue) = 190+201+155=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99B is #413664. Grayscale: #C0C0C0. Windows color (decimal): -4273765 or 10209726. OLE color: 10209726.

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

Color convert

RGB190201155-
CMYK0.0500.230.21
HSL74.35º29.87%69.8%-
HSV(B)74.35º22.89%78.82%-
XYZ48.0455.0939.11-
YUV192.47106.86126.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=34.80%
G=36.81%
B=28.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011550.0500.230.2174.3529.8769.8
HexBEC99B5017154a1e46
Octal27631123350272511236106
Binary101111101100100110011011101010111101011001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC99B; }

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

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

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

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

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

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

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

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