#BFC99D

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

Shades of Green Mist #BFC99D

Tints of Green Mist #BFC99D

Color information

#BFC99D (or 0xBFC99D) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 9D. RGB value is (191,201,157). Sum of RGB (Red+Green+Blue) = 191+201+157=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99D is #403662. Grayscale: #C1C1C1. Windows color (decimal): -4208227 or 10340799. OLE color: 10340799.

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

Color convert

RGB191201157-
CMYK0.0500.220.21
HSL73.64º28.95%70.2%-
HSV(B)73.64º21.89%78.82%-
XYZ48.4655.2840.02-
YUV192.99107.69126.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=34.79%
G=36.61%
B=28.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011570.0500.220.2173.6428.9570.2
HexBFC99D5016154a1d46
Octal27731123550262511235106
Binary101111111100100110011101101010110101011001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC99D; }

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

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

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

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

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

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

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

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