#BFCA8D

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

Shades of Green Mist #BFCA8D

Tints of Green Mist #BFCA8D

Color information

#BFCA8D (or 0xBFCA8D) is unknown color: approx Green Mist. HEX triplet: BF, CA and 8D. RGB value is (191,202,141). Sum of RGB (Red+Green+Blue) = 191+202+141=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA8D is #403572. Grayscale: #BFBFBF. Windows color (decimal): -4207987 or 9292479. OLE color: 9292479.

HSL color Cylindrical-coordinate representation of color #BFCA8D: hue angle of 70.82º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCA8D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB191202141-
CMYK0.0500.300.21
HSL70.82º36.53%67.25%-
HSV(B)70.82º30.2%79.22%-
XYZ47.4155.2433.36-
YUV191.7699.36127.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=35.77%
G=37.83%
B=26.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021410.0500.300.2170.8236.5367.25
HexBFCA8D501E15472543
Octal27731221550362510745103
Binary1011111111001010100011011010111101010110001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA8D; }

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

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

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

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

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

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

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

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