#BFCE96

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

Shades of Sprout #BFCE96

Tints of Sprout #BFCE96

Color information

#BFCE96 (or 0xBFCE96) is unknown color: approx Sprout. HEX triplet: BF, CE and 96. RGB value is (191,206,150). Sum of RGB (Red+Green+Blue) = 191+206+150=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE96 is #403169. Grayscale: #C3C3C3. Windows color (decimal): -4206954 or 9883327. OLE color: 9883327.

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

Color convert

RGB191206150-
CMYK0.0700.270.19
HSL76.07º36.36%69.8%-
HSV(B)76.07º27.18%80.78%-
XYZ49.0657.4237.35-
YUV195.13102.53125.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=34.92%
G=37.66%
B=27.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061500.0700.270.1976.0736.3669.8
HexBFCE96701B134c2446
Octal27731622670332311444106
Binary1011111111001110100101101110110111001110011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE96; }

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

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

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

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

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

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

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

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