#BECE9A

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

Shades of Sprout #BECE9A

Tints of Sprout #BECE9A

Color information

#BECE9A (or 0xBECE9A) is unknown color: approx Sprout. HEX triplet: BE, CE and 9A. RGB value is (190,206,154). Sum of RGB (Red+Green+Blue) = 190+206+154=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9A is #413165. Grayscale: #C3C3C3. Windows color (decimal): -4272486 or 10145470. OLE color: 10145470.

HSL color Cylindrical-coordinate representation of color #BECE9A: hue angle of 78.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECE9A is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB190206154-
CMYK0.0800.250.19
HSL78.46º34.67%70.59%-
HSV(B)78.46º25.24%80.78%-
XYZ49.1457.4239.07-
YUV195.29104.7124.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 154 (60.55% from 255) = 28%
R=34.55%
G=37.45%
B=28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061540.0800.250.1978.4634.6770.59
HexBECE9A8019134e2347
Octal276316232100312311643107
Binary10111110110011101001101010000110011001110011101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE9A; }

 p { color: rgb(190,206,154); }

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

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

 a { background-color: rgb(190,206,154); }

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

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

 span { border-color: rgb(190,206,154); }

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