#BECE93

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

Shades of Sprout #BECE93

Tints of Sprout #BECE93

Color information

#BECE93 (or 0xBECE93) is unknown color: approx Sprout. HEX triplet: BE, CE and 93. RGB value is (190,206,147). Sum of RGB (Red+Green+Blue) = 190+206+147=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE93 is #41316C. Grayscale: #C2C2C2. Windows color (decimal): -4272493 or 9686718. OLE color: 9686718.

HSL color Cylindrical-coordinate representation of color #BECE93: hue angle of 76.27º 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 #BECE93 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB190206147-
CMYK0.0800.290.19
HSL76.27º37.58%69.22%-
HSV(B)76.27º28.64%80.78%-
XYZ48.5757.236.08-
YUV194.49101.2124.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=34.99%
G=37.94%
B=27.07%

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
Decimal1902061470.0800.290.1976.2737.5869.22
HexBECE93801D134c2645
Octal276316223100352311446105
Binary10111110110011101001001110000111011001110011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE93; }

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

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

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

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

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

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

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

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