#BFCB8F

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

Shades of Green Mist #BFCB8F

Tints of Green Mist #BFCB8F

Color information

#BFCB8F (or 0xBFCB8F) is unknown color: approx Green Mist. HEX triplet: BF, CB and 8F. RGB value is (191,203,143). Sum of RGB (Red+Green+Blue) = 191+203+143=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB8F is #403470. Grayscale: #C0C0C0. Windows color (decimal): -4207729 or 9423807. OLE color: 9423807.

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

Color convert

RGB191203143-
CMYK0.0600.300.20
HSL72º36.59%67.84%-
HSV(B)72º29.56%79.61%-
XYZ47.855.7734.23-
YUV192.57100.02126.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=35.57%
G=37.80%
B=26.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031430.0600.300.207236.5967.84
HexBFCB8F601E14482544
Octal27731321760362411045104
Binary1011111111001011100011111100111101010010010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB8F; }

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

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

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

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

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

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

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

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