#BFCA99

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

Shades of Green Mist #BFCA99

Tints of Green Mist #BFCA99

Color information

#BFCA99 (or 0xBFCA99) is unknown color: approx Green Mist. HEX triplet: BF, CA and 99. RGB value is (191,202,153). Sum of RGB (Red+Green+Blue) = 191+202+153=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA99 is #403566. Grayscale: #C1C1C1. Windows color (decimal): -4207975 or 10078911. OLE color: 10078911.

HSL color Cylindrical-coordinate representation of color #BFCA99: hue angle of 73.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCA99 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB191202153-
CMYK0.0500.240.21
HSL73.47º31.61%69.61%-
HSV(B)73.47º24.26%79.22%-
XYZ48.3655.6238.32-
YUV193.12105.36126.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=34.98%
G=37.00%
B=28.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021530.0500.240.2173.4731.6169.61
HexBFCA99501815492046
Octal27731223150302511140106
Binary1011111111001010100110011010110001010110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA99; }

 p { color: rgb(191,202,153); }

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

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

 a { background-color: rgb(191,202,153); }

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

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

 span { border-color: rgb(191,202,153); }

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