#BFC88B

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

Shades of Green Mist #BFC88B

Tints of Green Mist #BFC88B

Color information

#BFC88B (or 0xBFC88B) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 8B. RGB value is (191,200,139). Sum of RGB (Red+Green+Blue) = 191+200+139=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC88B is #403774. Grayscale: #BEBEBE. Windows color (decimal): -4208501 or 9160895. OLE color: 9160895.

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

Color convert

RGB191200139-
CMYK0.0400.300.22
HSL68.85º35.67%66.47%-
HSV(B)68.85º30.5%78.43%-
XYZ46.854.2532.43-
YUV190.3699.02128.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=36.04%
G=37.74%
B=26.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001390.0400.300.2268.8535.6766.47
HexBFC88B401E16452442
Octal27731021340362610544102
Binary1011111111001000100010111000111101011010001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC88B; }

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

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

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

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

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

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

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

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