#BFCA90

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

Shades of Green Mist #BFCA90

Tints of Green Mist #BFCA90

Color information

#BFCA90 (or 0xBFCA90) is unknown color: approx Green Mist. HEX triplet: BF, CA and 90. RGB value is (191,202,144). Sum of RGB (Red+Green+Blue) = 191+202+144=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA90 is #40356F. Grayscale: #C0C0C0. Windows color (decimal): -4207984 or 9489087. OLE color: 9489087.

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

Color convert

RGB191202144-
CMYK0.0500.290.21
HSL71.38º35.37%67.84%-
HSV(B)71.38º28.71%79.22%-
XYZ47.6455.3334.55-
YUV192.1100.86127.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=35.57%
G=37.62%
B=26.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021440.0500.290.2171.3835.3767.84
HexBFCA90501D15472344
Octal27731222050352510743104
Binary1011111111001010100100001010111011010110001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA90; }

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

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

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

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

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

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

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

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