#BFC08D

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

Shades of Green Mist #BFC08D

Tints of Green Mist #BFC08D

Color information

#BFC08D (or 0xBFC08D) is unknown color: approx Green Mist. HEX triplet: BF, C0 and 8D. RGB value is (191,192,141). Sum of RGB (Red+Green+Blue) = 191+192+141=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC08D is #403F72. Grayscale: #BABABA. Windows color (decimal): -4210547 or 9289919. OLE color: 9289919.

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

Color convert

RGB191192141-
CMYK0.0100.270.25
HSL61.18º28.81%65.29%-
HSV(B)61.18º26.56%75.29%-
XYZ45.1450.732.61-
YUV185.89102.67131.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=36.45%
G=36.64%
B=26.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921410.0100.270.2561.1828.8165.29
HexBFC08D101B193d1d41
Octal2773002151033317535101
Binary101111111100000010001101101101111001111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC08D; }

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

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

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

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

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

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

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

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