#BFCE99

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

Shades of Sprout #BFCE99

Tints of Sprout #BFCE99

Color information

#BFCE99 (or 0xBFCE99) is unknown color: approx Sprout. HEX triplet: BF, CE and 99. RGB value is (191,206,153). Sum of RGB (Red+Green+Blue) = 191+206+153=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE99 is #403166. Grayscale: #C3C3C3. Windows color (decimal): -4206951 or 10079935. OLE color: 10079935.

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

Color convert

RGB191206153-
CMYK0.0700.260.19
HSL76.98º35.1%70.39%-
HSV(B)76.98º25.73%80.78%-
XYZ49.3157.5238.64-
YUV195.47104.03124.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=34.73%
G=37.45%
B=27.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061530.0700.260.1976.9835.170.39
HexBFCE99701A134d2346
Octal27731623170322311543106
Binary1011111111001110100110011110110101001110011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE99; }

 p { color: rgb(191,206,153); }

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

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

 a { background-color: rgb(191,206,153); }

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

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

 span { border-color: rgb(191,206,153); }

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