#BFC690

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

Shades of Green Mist #BFC690

Tints of Green Mist #BFC690

Color information

#BFC690 (or 0xBFC690) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 90. RGB value is (191,198,144). Sum of RGB (Red+Green+Blue) = 191+198+144=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC690 is #40396F. Grayscale: #BDBDBD. Windows color (decimal): -4209008 or 9488063. OLE color: 9488063.

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

Color convert

RGB191198144-
CMYK0.0400.270.22
HSL67.78º32.14%67.06%-
HSV(B)67.78º27.27%77.65%-
XYZ46.7153.4834.25-
YUV189.75102.18128.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=35.83%
G=37.15%
B=27.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981440.0400.270.2267.7832.1467.06
HexBFC690401B16442043
Octal27730622040332610440103
Binary1011111111000110100100001000110111011010001001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC690; }

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

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

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

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

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

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

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

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