#BFC093

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

Shades of Green Mist #BFC093

Tints of Green Mist #BFC093

Color information

#BFC093 (or 0xBFC093) is unknown color: approx Green Mist. HEX triplet: BF, C0 and 93. RGB value is (191,192,147). Sum of RGB (Red+Green+Blue) = 191+192+147=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC093 is #403F6C. Grayscale: #BABABA. Windows color (decimal): -4210541 or 9683135. OLE color: 9683135.

HSL color Cylindrical-coordinate representation of color #BFC093: hue angle of 61.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC093 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191192147-
CMYK0.0100.230.25
HSL61.33º26.32%66.47%-
HSV(B)61.33º23.44%75.29%-
XYZ45.650.8835.02-
YUV186.57105.67131.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=36.04%
G=36.23%
B=27.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921470.0100.230.2561.3326.3266.47
HexBFC0931017193d1a42
Octal2773002231027317532102
Binary101111111100000010010011101011111001111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC093; }

 p { color: rgb(191,192,147); }

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

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

 a { background-color: rgb(191,192,147); }

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

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

 span { border-color: rgb(191,192,147); }

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