#BFC692

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

Shades of Green Mist #BFC692

Tints of Green Mist #BFC692

Color information

#BFC692 (or 0xBFC692) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 92. RGB value is (191,198,146). Sum of RGB (Red+Green+Blue) = 191+198+146=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC692 is #40396D. Grayscale: #BEBEBE. Windows color (decimal): -4209006 or 9619135. OLE color: 9619135.

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

Color convert

RGB191198146-
CMYK0.0400.260.22
HSL68.08º31.33%67.45%-
HSV(B)68.08º26.26%77.65%-
XYZ46.8753.5435.06-
YUV189.98103.18128.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=35.70%
G=37.01%
B=27.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981460.0400.260.2268.0831.3367.45
HexBFC692401A16441f43
Octal27730622240322610437103
Binary101111111100011010010010100011010101101000100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC692; }

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

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

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

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

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

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

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

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