#BFCA9A

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

Shades of Green Mist #BFCA9A

Tints of Green Mist #BFCA9A

Color information

#BFCA9A (or 0xBFCA9A) is unknown color: approx Green Mist. HEX triplet: BF, CA and 9A. RGB value is (191,202,154). Sum of RGB (Red+Green+Blue) = 191+202+154=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA9A is #403565. Grayscale: #C1C1C1. Windows color (decimal): -4207974 or 10144447. OLE color: 10144447.

HSL color Cylindrical-coordinate representation of color #BFCA9A: hue angle of 73.75º degrees, saturation: 0.31, 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 #BFCA9A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB191202154-
CMYK0.0500.240.21
HSL73.75º31.17%69.8%-
HSV(B)73.75º23.76%79.22%-
XYZ48.4455.6538.76-
YUV193.24105.86126.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=34.92%
G=36.93%
B=28.15%

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
Decimal1912021540.0500.240.2173.7531.1769.8
HexBFCA9A5018154a1f46
Octal27731223250302511237106
Binary101111111100101010011010101011000101011001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA9A; }

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

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

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

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

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

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

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

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