Html Css Color HEX #BFC293 Green Mist

📋 copy color: '#BFC293'

red 191 ◦ green 194 ◦ blue 147

#BFC293
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BFC293

Tints of Green Mist #BFC293

RGB

 RED value IS 191 (75% from 255) = 35.9%

 GREEN value IS 194 (76.17% from 255) = 36.47%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 35.9%
G = 36.47%
B = 27.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BFC293 (or 0xBFC293) is known color: Green Mist. HEX triplet: BF, C2 and 93. RGB value is (191,194,147). Sum of RGB (Red+Green+Blue) = 191+194+147=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC293 is #403D6C. Grayscale: #BBBBBB. Windows color (decimal): -4210029 or 9683647. OLE color: 9683647.

HSL color Cylindrical-coordinate representation of color #BFC293: hue angle of 63.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC293 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 147 -
CMYK 0.02 0 0.24 0.24
HSL 63.83º 0.28% 0.67% -
HSV(B) 63.83º 0.24% 0.76% -
XYZ 46.04 51.77 35.17 -
YUV 187.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 191 194 147 0.02 0 0.24 0.24 63.83 0.28 0.67
Hex BF C2 93 2 0 18 18 40 1C 43
Octal 277 302 223 2 0 30 30 100 34 103
Binary 10111111 11000010 10010011 10 0 11000 11000 1000000 11100 1000011

Color Harmonies of #BFC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC293

Black with #BFC293

Text Example


Text Example

White with #BFC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC293; }

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

 H1.HeaderClassName
 {
   color: #BFC293;
 }
 .AnyTagClassName
 {
   color: #BFC293;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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