Html Css Color HEX #BFC69F Green Mist

📋 copy color: '#BFC69F'

red 191 ◦ green 198 ◦ blue 159

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

Shades of Green Mist #BFC69F

Tints of Green Mist #BFC69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 34.85%
G = 36.13%
B = 29.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BFC69F (or 0xBFC69F) is known color: Green Mist. HEX triplet: BF, C6 and 9F. RGB value is (191,198,159). Sum of RGB (Red+Green+Blue) = 191+198+159=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC69F is #403960. Grayscale: #BFBFBF. Windows color (decimal): -4208993 or 10471103. OLE color: 10471103.

HSL color Cylindrical-coordinate representation of color #BFC69F: hue angle of 70.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC69F is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 159 -
CMYK 0.04 0 0.20 0.22
HSL 70.77º 0.25% 0.7% -
HSV(B) 70.77º 0.2% 0.78% -
XYZ 47.94 53.97 40.69 -
YUV 191.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 191 198 159 0.04 0 0.20 0.22 70.77 0.25 0.7
Hex BF C6 9F 4 0 14 16 47 19 46
Octal 277 306 237 4 0 24 26 107 31 106
Binary 10111111 11000110 10011111 100 0 10100 10110 1000111 11001 1000110

Color Harmonies of #BFC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC69F

Black with #BFC69F

Text Example


Text Example

White with #BFC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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