#BFC89B

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

Shades of Green Mist #BFC89B

Tints of Green Mist #BFC89B

Color information

#BFC89B (or 0xBFC89B) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 9B. RGB value is (191,200,155). Sum of RGB (Red+Green+Blue) = 191+200+155=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC89B is #403764. Grayscale: #C0C0C0. Windows color (decimal): -4208485 or 10209471. OLE color: 10209471.

HSL color Cylindrical-coordinate representation of color #BFC89B: hue angle of 72º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC89B is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB191200155-
CMYK0.0400.220.22
HSL72º29.03%69.61%-
HSV(B)72º22.5%78.43%-
XYZ48.0654.7539.05-
YUV192.18107.02127.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=34.98%
G=36.63%
B=28.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001550.0400.220.227229.0369.61
HexBFC89B401616481d46
Octal27731023340262611035106
Binary101111111100100010011011100010110101101001000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC89B; }

 p { color: rgb(191,200,155); }

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

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

 a { background-color: rgb(191,200,155); }

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

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

 span { border-color: rgb(191,200,155); }

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