Html Css Color HEX #BFC295 Green Mist

📋 copy color: '#BFC295'

red 191 ◦ green 194 ◦ blue 149

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

Shades of Green Mist #BFC295

Tints of Green Mist #BFC295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 35.77%
G = 36.33%
B = 27.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BFC295 (or 0xBFC295) is known color: Green Mist. HEX triplet: BF, C2 and 95. RGB value is (191,194,149). Sum of RGB (Red+Green+Blue) = 191+194+149=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC295 is #403D6A. Grayscale: #BCBCBC. Windows color (decimal): -4210027 or 9814719. OLE color: 9814719.

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

Color convert

RGB 191 194 149 -
CMYK 0.02 0 0.23 0.24
HSL 64º 0.27% 0.67% -
HSV(B) 64º 0.23% 0.76% -
XYZ 46.2 51.83 36 -
YUV 187.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 191 194 149 0.02 0 0.23 0.24 64 0.27 0.67
Hex BF C2 95 2 0 17 18 40 1B 43
Octal 277 302 225 2 0 27 30 100 33 103
Binary 10111111 11000010 10010101 10 0 10111 11000 1000000 11011 1000011

Color Harmonies of #BFC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC295

Black with #BFC295

Text Example


Text Example

White with #BFC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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