#BFC48D

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

Shades of Green Mist #BFC48D

Tints of Green Mist #BFC48D

Color information

#BFC48D (or 0xBFC48D) is unknown color: approx Green Mist. HEX triplet: BF, C4 and 8D. RGB value is (191,196,141). Sum of RGB (Red+Green+Blue) = 191+196+141=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC48D is #403B72. Grayscale: #BCBCBC. Windows color (decimal): -4209523 or 9290943. OLE color: 9290943.

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

Color convert

RGB191196141-
CMYK0.0300.280.23
HSL65.45º31.79%66.08%-
HSV(B)65.45º28.06%76.86%-
XYZ46.0352.4832.9-
YUV188.24101.34129.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=36.17%
G=37.12%
B=26.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961410.0300.280.2365.4531.7966.08
HexBFC48D301C17412042
Octal27730421530342710140102
Binary101111111100010010001101110111001011110000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC48D; }

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

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

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

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

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

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

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

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