#BFC58B

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

Shades of Green Mist #BFC58B

Tints of Green Mist #BFC58B

Color information

#BFC58B (or 0xBFC58B) is unknown color: approx Green Mist. HEX triplet: BF, C5 and 8B. RGB value is (191,197,139). Sum of RGB (Red+Green+Blue) = 191+197+139=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC58B is #403A74. Grayscale: #BCBCBC. Windows color (decimal): -4209269 or 9160127. OLE color: 9160127.

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

Color convert

RGB191197139-
CMYK0.0300.290.23
HSL66.21º33.33%65.88%-
HSV(B)66.21º29.44%77.25%-
XYZ46.1152.8732.2-
YUV188.59100.01129.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=36.24%
G=37.38%
B=26.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971390.0300.290.2366.2133.3365.88
HexBFC58B301D17422142
Octal27730521330352710241102
Binary101111111100010110001011110111011011110000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC58B; }

 p { color: rgb(191,197,139); }

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

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

 a { background-color: rgb(191,197,139); }

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

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

 span { border-color: rgb(191,197,139); }

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