#BFC790

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

Shades of Green Mist #BFC790

Tints of Green Mist #BFC790

Color information

#BFC790 (or 0xBFC790) is unknown color: approx Green Mist. HEX triplet: BF, C7 and 90. RGB value is (191,199,144). Sum of RGB (Red+Green+Blue) = 191+199+144=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC790 is #40386F. Grayscale: #BEBEBE. Windows color (decimal): -4208752 or 9488319. OLE color: 9488319.

HSL color Cylindrical-coordinate representation of color #BFC790: hue angle of 68.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC790 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB191199144-
CMYK0.0400.280.22
HSL68.73º32.93%67.25%-
HSV(B)68.73º27.64%78.04%-
XYZ46.9453.9434.32-
YUV190.34101.85128.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=35.77%
G=37.27%
B=26.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991440.0400.280.2268.7332.9367.25
HexBFC790401C16452143
Octal27730722040342610541103
Binary1011111111000111100100001000111001011010001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC790; }

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

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

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

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

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

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

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

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