#BEC99C

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

Shades of Sprout #BEC99C

Tints of Sprout #BEC99C

Color information

#BEC99C (or 0xBEC99C) is unknown color: approx Sprout. HEX triplet: BE, C9 and 9C. RGB value is (190,201,156). Sum of RGB (Red+Green+Blue) = 190+201+156=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99C is #413663. Grayscale: #C0C0C0. Windows color (decimal): -4273764 or 10275262. OLE color: 10275262.

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

Color convert

RGB190201156-
CMYK0.0500.220.21
HSL74.67º29.41%70%-
HSV(B)74.67º22.39%78.82%-
XYZ48.1255.1239.56-
YUV192.58107.36126.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=34.73%
G=36.75%
B=28.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011560.0500.220.2174.6729.4170
HexBEC99C5016154b1d46
Octal27631123450262511335106
Binary101111101100100110011100101010110101011001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC99C; }

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

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

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

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

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

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

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

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