#BFCB91

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

Shades of Green Mist #BFCB91

Tints of Green Mist #BFCB91

Color information

#BFCB91 (or 0xBFCB91) is unknown color: approx Green Mist. HEX triplet: BF, CB and 91. RGB value is (191,203,145). Sum of RGB (Red+Green+Blue) = 191+203+145=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB91 is #40346E. Grayscale: #C1C1C1. Windows color (decimal): -4207727 or 9554879. OLE color: 9554879.

HSL color Cylindrical-coordinate representation of color #BFCB91: hue angle of 72.41º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCB91 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB191203145-
CMYK0.0600.290.20
HSL72.41º35.8%68.24%-
HSV(B)72.41º28.57%79.61%-
XYZ47.9555.8335.04-
YUV192.8101.02126.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=35.44%
G=37.66%
B=26.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031450.0600.290.2072.4135.868.24
HexBFCB91601D14482444
Octal27731322160352411044104
Binary1011111111001011100100011100111011010010010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB91; }

 p { color: rgb(191,203,145); }

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

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

 a { background-color: rgb(191,203,145); }

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

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

 span { border-color: rgb(191,203,145); }

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