#BFCD91

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

Shades of Green Mist #BFCD91

Tints of Green Mist #BFCD91

Color information

#BFCD91 (or 0xBFCD91) is unknown color: approx Green Mist. HEX triplet: BF, CD and 91. RGB value is (191,205,145). Sum of RGB (Red+Green+Blue) = 191+205+145=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD91 is #40326E. Grayscale: #C2C2C2. Windows color (decimal): -4207215 or 9555391. OLE color: 9555391.

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

Color convert

RGB191205145-
CMYK0.0700.290.20
HSL74º37.5%68.63%-
HSV(B)74º29.27%80.39%-
XYZ48.4356.7835.2-
YUV193.97100.36125.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=35.30%
G=37.89%
B=26.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051450.0700.290.207437.568.63
HexBFCD91701D144a2645
Octal27731522170352411246105
Binary1011111111001101100100011110111011010010010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD91; }

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

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

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

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

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

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

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

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