#BFC792

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

Shades of Green Mist #BFC792

Tints of Green Mist #BFC792

Color information

#BFC792 (or 0xBFC792) is unknown color: approx Green Mist. HEX triplet: BF, C7 and 92. RGB value is (191,199,146). Sum of RGB (Red+Green+Blue) = 191+199+146=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC792 is #40386D. Grayscale: #BEBEBE. Windows color (decimal): -4208750 or 9619391. OLE color: 9619391.

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

Color convert

RGB191199146-
CMYK0.0400.270.22
HSL69.06º32.12%67.65%-
HSV(B)69.06º26.63%78.04%-
XYZ47.15435.13-
YUV190.57102.85128.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=35.63%
G=37.13%
B=27.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991460.0400.270.2269.0632.1267.65
HexBFC792401B16452044
Octal27730722240332610540104
Binary1011111111000111100100101000110111011010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC792; }

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

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

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

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

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

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

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

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