#BFC69B

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

Shades of Green Mist #BFC69B

Tints of Green Mist #BFC69B

Color information

#BFC69B (or 0xBFC69B) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 9B. RGB value is (191,198,155). Sum of RGB (Red+Green+Blue) = 191+198+155=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC69B is #403964. Grayscale: #BFBFBF. Windows color (decimal): -4208997 or 10208959. OLE color: 10208959.

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

Color convert

RGB191198155-
CMYK0.0400.220.22
HSL69.77º27.39%69.22%-
HSV(B)69.77º21.72%77.65%-
XYZ47.653.8338.89-
YUV191107.68128-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=35.11%
G=36.40%
B=28.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981550.0400.220.2269.7727.3969.22
HexBFC69B401616461b45
Octal27730623340262610633105
Binary101111111100011010011011100010110101101000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC69B; }

 p { color: rgb(191,198,155); }

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

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

 a { background-color: rgb(191,198,155); }

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

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

 span { border-color: rgb(191,198,155); }

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