#BFC98B

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

Shades of Green Mist #BFC98B

Tints of Green Mist #BFC98B

Color information

#BFC98B (or 0xBFC98B) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 8B. RGB value is (191,201,139). Sum of RGB (Red+Green+Blue) = 191+201+139=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98B is #403674. Grayscale: #BFBFBF. Windows color (decimal): -4208245 or 9161151. OLE color: 9161151.

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

Color convert

RGB191201139-
CMYK0.0500.310.21
HSL69.68º36.47%66.67%-
HSV(B)69.68º30.85%78.82%-
XYZ47.0354.7132.51-
YUV190.9498.69128.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=35.97%
G=37.85%
B=26.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011390.0500.310.2169.6836.4766.67
HexBFC98B501F15462443
Octal27731121350372510644103
Binary1011111111001001100010111010111111010110001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC98B; }

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

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

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

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

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

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

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

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