#BECE92

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

Shades of Sprout #BECE92

Tints of Sprout #BECE92

Color information

#BECE92 (or 0xBECE92) is unknown color: approx Sprout. HEX triplet: BE, CE and 92. RGB value is (190,206,146). Sum of RGB (Red+Green+Blue) = 190+206+146=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE92 is #41316D. Grayscale: #C2C2C2. Windows color (decimal): -4272494 or 9621182. OLE color: 9621182.

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

Color convert

RGB190206146-
CMYK0.0800.290.19
HSL76º37.97%69.02%-
HSV(B)76º29.13%80.78%-
XYZ48.4957.1735.67-
YUV194.38100.7124.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=35.06%
G=38.01%
B=26.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061460.0800.290.197637.9769.02
HexBECE92801D134c2645
Octal276316222100352311446105
Binary10111110110011101001001010000111011001110011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE92; }

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

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

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

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

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

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

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

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