#BFC18D

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

Shades of Green Mist #BFC18D

Tints of Green Mist #BFC18D

Color information

#BFC18D (or 0xBFC18D) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 8D. RGB value is (191,193,141). Sum of RGB (Red+Green+Blue) = 191+193+141=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC18D is #403E72. Grayscale: #BABABA. Windows color (decimal): -4210291 or 9290175. OLE color: 9290175.

HSL color Cylindrical-coordinate representation of color #BFC18D: hue angle of 62.31º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC18D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB191193141-
CMYK0.0100.270.24
HSL62.31º29.55%65.49%-
HSV(B)62.31º26.94%75.69%-
XYZ45.3651.1432.68-
YUV186.47102.34131.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=36.38%
G=36.76%
B=26.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931410.0100.270.2462.3129.5565.49
HexBFC18D101B183e1e41
Octal2773012151033307636101
Binary101111111100000110001101101101111000111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC18D; }

 p { color: rgb(191,193,141); }

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

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

 a { background-color: rgb(191,193,141); }

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

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

 span { border-color: rgb(191,193,141); }

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