#BFC98D

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

Shades of Green Mist #BFC98D

Tints of Green Mist #BFC98D

Color information

#BFC98D (or 0xBFC98D) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 8D. RGB value is (191,201,141). Sum of RGB (Red+Green+Blue) = 191+201+141=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98D is #403672. Grayscale: #BFBFBF. Windows color (decimal): -4208243 or 9292223. OLE color: 9292223.

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

Color convert

RGB191201141-
CMYK0.0500.300.21
HSL70º35.71%67.06%-
HSV(B)70º29.85%78.82%-
XYZ47.1854.7733.28-
YUV191.1799.69127.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=35.83%
G=37.71%
B=26.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011410.0500.300.217035.7167.06
HexBFC98D501E15462443
Octal27731121550362510644103
Binary1011111111001001100011011010111101010110001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC98D; }

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

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

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

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

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

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

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

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