#BFC49A

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

Shades of Green Mist #BFC49A

Tints of Green Mist #BFC49A

Color information

#BFC49A (or 0xBFC49A) is unknown color: approx Green Mist. HEX triplet: BF, C4 and 9A. RGB value is (191,196,154). Sum of RGB (Red+Green+Blue) = 191+196+154=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC49A is #403B65. Grayscale: #BDBDBD. Windows color (decimal): -4209510 or 10142911. OLE color: 10142911.

HSL color Cylindrical-coordinate representation of color #BFC49A: hue angle of 67.14º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC49A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB191196154-
CMYK0.0300.210.23
HSL67.14º26.25%68.63%-
HSV(B)67.14º21.43%76.86%-
XYZ47.0652.8938.3-
YUV189.72107.84128.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=35.30%
G=36.23%
B=28.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961540.0300.210.2367.1426.2568.63
HexBFC49A301517431a45
Octal27730423230252710332105
Binary10111111110001001001101011010101101111000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC49A; }

 p { color: rgb(191,196,154); }

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

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

 a { background-color: rgb(191,196,154); }

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

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

 span { border-color: rgb(191,196,154); }

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