#BFC198

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

Shades of Green Mist #BFC198

Tints of Green Mist #BFC198

Color information

#BFC198 (or 0xBFC198) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 98. RGB value is (191,193,152). Sum of RGB (Red+Green+Blue) = 191+193+152=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC198 is #403E67. Grayscale: #BBBBBB. Windows color (decimal): -4210280 or 10011071. OLE color: 10011071.

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

Color convert

RGB191193152-
CMYK0.0100.210.24
HSL62.93º24.85%67.65%-
HSV(B)62.93º21.24%75.69%-
XYZ46.2251.4837.21-
YUV187.73107.84130.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 152 (59.77% from 255) = 28.36%
R=35.63%
G=36.01%
B=28.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931520.0100.210.2462.9324.8567.65
HexBFC1981015183f1944
Octal2773012301025307731104
Binary101111111100000110011000101010111000111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC198; }

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

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

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

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

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

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

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

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