#BECE97

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

Shades of Sprout #BECE97

Tints of Sprout #BECE97

Color information

#BECE97 (or 0xBECE97) is unknown color: approx Sprout. HEX triplet: BE, CE and 97. RGB value is (190,206,151). Sum of RGB (Red+Green+Blue) = 190+206+151=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE97 is #413168. Grayscale: #C3C3C3. Windows color (decimal): -4272489 or 9948862. OLE color: 9948862.

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

Color convert

RGB190206151-
CMYK0.0800.270.19
HSL77.45º35.95%70%-
HSV(B)77.45º26.7%80.78%-
XYZ48.8957.3237.77-
YUV194.95103.2124.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=34.73%
G=37.66%
B=27.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061510.0800.270.1977.4535.9570
HexBECE97801B134d2446
Octal276316227100332311544106
Binary10111110110011101001011110000110111001110011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE97; }

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

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

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

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

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

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

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

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