#BFC88C

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

Shades of Green Mist #BFC88C

Tints of Green Mist #BFC88C

Color information

#BFC88C (or 0xBFC88C) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 8C. RGB value is (191,200,140). Sum of RGB (Red+Green+Blue) = 191+200+140=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC88C is #403773. Grayscale: #BEBEBE. Windows color (decimal): -4208500 or 9226431. OLE color: 9226431.

HSL color Cylindrical-coordinate representation of color #BFC88C: hue angle of 69º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC88C is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB191200140-
CMYK0.0400.30.22
HSL69º35.29%66.67%-
HSV(B)69º30%78.43%-
XYZ46.8754.2832.82-
YUV190.4799.52128.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=35.97%
G=37.66%
B=26.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001400.0400.30.226935.2966.67
HexBFC88C401E16452343
Octal27731021440362610543103
Binary1011111111001000100011001000111101011010001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC88C; }

 p { color: rgb(191,200,140); }

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

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

 a { background-color: rgb(191,200,140); }

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

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

 span { border-color: rgb(191,200,140); }

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