#BFC395

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

Shades of Green Mist #BFC395

Tints of Green Mist #BFC395

Color information

#BFC395 (or 0xBFC395) is unknown color: approx Green Mist. HEX triplet: BF, C3 and 95. RGB value is (191,195,149). Sum of RGB (Red+Green+Blue) = 191+195+149=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC395 is #403C6A. Grayscale: #BCBCBC. Windows color (decimal): -4209771 or 9814975. OLE color: 9814975.

HSL color Cylindrical-coordinate representation of color #BFC395: hue angle of 65.22º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC395 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB191195149-
CMYK0.0200.240.24
HSL65.22º27.71%67.45%-
HSV(B)65.22º23.59%76.47%-
XYZ46.4352.2836.08-
YUV188.56105.67129.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=35.70%
G=36.45%
B=27.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951490.0200.240.2465.2227.7167.45
HexBFC395201818411c43
Octal27730322520303010134103
Binary10111111110000111001010110011000110001000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC395; }

 p { color: rgb(191,195,149); }

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

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

 a { background-color: rgb(191,195,149); }

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

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

 span { border-color: rgb(191,195,149); }

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