Html Css Color HEX #BFC49F Green Mist

📋 copy color: '#BFC49F'

red 191 ◦ green 196 ◦ blue 159

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

Shades of Green Mist #BFC49F

Tints of Green Mist #BFC49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 159 (62.5% from 255) = 29.12%

R = 34.98%
G = 35.9%
B = 29.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#BFC49F (or 0xBFC49F) is known color: Green Mist. HEX triplet: BF, C4 and 9F. RGB value is (191,196,159). Sum of RGB (Red+Green+Blue) = 191+196+159=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC49F is #403B60. Grayscale: #BEBEBE. Windows color (decimal): -4209505 or 10470591. OLE color: 10470591.

HSL color Cylindrical-coordinate representation of color #BFC49F: hue angle of 68.11º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC49F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 159 -
CMYK 0.03 0 0.19 0.23
HSL 68.11º 0.24% 0.7% -
HSV(B) 68.11º 0.19% 0.77% -
XYZ 47.48 53.06 40.54 -
YUV 190.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 191 196 159 0.03 0 0.19 0.23 68.11 0.24 0.7
Hex BF C4 9F 3 0 13 17 44 18 46
Octal 277 304 237 3 0 23 27 104 30 106
Binary 10111111 11000100 10011111 11 0 10011 10111 1000100 11000 1000110

Color Harmonies of #BFC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC49F

Black with #BFC49F

Text Example


Text Example

White with #BFC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC49F; }

 p { color: rgb(191,196,159); }

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

background-color css

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

 a { background-color: rgb(191,196,159); }

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

border-color css

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

 span { border-color: rgb(191,196,159); }

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