#BFCE92

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

Shades of Sprout #BFCE92

Tints of Sprout #BFCE92

Color information

#BFCE92 (or 0xBFCE92) is unknown color: approx Sprout. HEX triplet: BF, CE and 92. RGB value is (191,206,146). Sum of RGB (Red+Green+Blue) = 191+206+146=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE92 is #40316D. Grayscale: #C2C2C2. Windows color (decimal): -4206958 or 9621183. OLE color: 9621183.

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

Color convert

RGB191206146-
CMYK0.0700.290.19
HSL75º37.97%69.02%-
HSV(B)75º29.13%80.78%-
XYZ48.7557.2935.68-
YUV194.68100.53125.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=35.17%
G=37.94%
B=26.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061460.0700.290.197537.9769.02
HexBFCE92701D134b2645
Octal27731622270352311346105
Binary1011111111001110100100101110111011001110010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE92; }

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

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

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

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

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

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

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

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