#BECA9E

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

Shades of Sprout #BECA9E

Tints of Sprout #BECA9E

Color information

#BECA9E (or 0xBECA9E) is unknown color: approx Sprout. HEX triplet: BE, CA and 9E. RGB value is (190,202,158). Sum of RGB (Red+Green+Blue) = 190+202+158=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9E is #413561. Grayscale: #C1C1C1. Windows color (decimal): -4273506 or 10406590. OLE color: 10406590.

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

Color convert

RGB190202158-
CMYK0.0600.220.21
HSL76.36º29.33%70.59%-
HSV(B)76.36º21.78%79.22%-
XYZ48.5355.6640.53-
YUV193.4108.02125.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=34.55%
G=36.73%
B=28.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021580.0600.220.2176.3629.3370.59
HexBECA9E6016154c1d47
Octal27631223660262511435107
Binary101111101100101010011110110010110101011001100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA9E; }

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

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

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

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

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

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

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

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