#BFC992

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

Shades of Green Mist #BFC992

Tints of Green Mist #BFC992

Color information

#BFC992 (or 0xBFC992) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 92. RGB value is (191,201,146). Sum of RGB (Red+Green+Blue) = 191+201+146=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC992 is #40366D. Grayscale: #BFBFBF. Windows color (decimal): -4208238 or 9619903. OLE color: 9619903.

HSL color Cylindrical-coordinate representation of color #BFC992: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC992 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB191201146-
CMYK0.0500.270.21
HSL70.91º33.74%68.04%-
HSV(B)70.91º27.36%78.82%-
XYZ47.5654.9235.29-
YUV191.74102.19127.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=35.50%
G=37.36%
B=27.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011460.0500.270.2170.9133.7468.04
HexBFC992501B15472244
Octal27731122250332510742104
Binary1011111111001001100100101010110111010110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC992; }

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

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

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

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

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

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

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

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