#BFCD8D

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

Shades of Green Mist #BFCD8D

Tints of Green Mist #BFCD8D

Color information

#BFCD8D (or 0xBFCD8D) is unknown color: approx Green Mist. HEX triplet: BF, CD and 8D. RGB value is (191,205,141). Sum of RGB (Red+Green+Blue) = 191+205+141=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD8D is #403272. Grayscale: #C1C1C1. Windows color (decimal): -4207219 or 9293247. OLE color: 9293247.

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

Color convert

RGB191205141-
CMYK0.0700.310.20
HSL73.12º39.02%67.84%-
HSV(B)73.12º31.22%80.39%-
XYZ48.1256.6633.6-
YUV193.5298.36126.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=35.57%
G=38.18%
B=26.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051410.0700.310.2073.1239.0267.84
HexBFCD8D701F14492744
Octal27731521570372411147104
Binary1011111111001101100011011110111111010010010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD8D; }

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

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

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

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

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

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

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

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