#BECB9E

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

Shades of Sprout #BECB9E

Tints of Sprout #BECB9E

Color information

#BECB9E (or 0xBECB9E) is unknown color: approx Sprout. HEX triplet: BE, CB and 9E. RGB value is (190,203,158). Sum of RGB (Red+Green+Blue) = 190+203+158=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB9E is #413461. Grayscale: #C2C2C2. Windows color (decimal): -4273250 or 10406846. OLE color: 10406846.

HSL color Cylindrical-coordinate representation of color #BECB9E: hue angle of 77.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECB9E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB190203158-
CMYK0.0600.220.20
HSL77.33º30.2%70.78%-
HSV(B)77.33º22.17%79.61%-
XYZ48.7656.1340.61-
YUV193.98107.69125.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 158 (62.11% from 255) = 28.68%
R=34.48%
G=36.84%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031580.0600.220.2077.3330.270.78
HexBECB9E6016144d1e47
Octal27631323660262411536107
Binary101111101100101110011110110010110101001001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB9E; }

 p { color: rgb(190,203,158); }

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

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

 a { background-color: rgb(190,203,158); }

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

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

 span { border-color: rgb(190,203,158); }

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