Html Css Color HEX #BFC991 Green Mist

📋 copy color: '#BFC991'

red 191 ◦ green 201 ◦ blue 145

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

Shades of Green Mist #BFC991

Tints of Green Mist #BFC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 145 (57.03% from 255) = 27%

R = 35.57%
G = 37.43%
B = 27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BFC991 (or 0xBFC991) is known color: Green Mist. HEX triplet: BF, C9 and 91. RGB value is (191,201,145). Sum of RGB (Red+Green+Blue) = 191+201+145=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC991 is #40366E. Grayscale: #BFBFBF. Windows color (decimal): -4208239 or 9554367. OLE color: 9554367.

HSL color Cylindrical-coordinate representation of color #BFC991: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC991 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 145 -
CMYK 0.05 0 0.28 0.21
HSL 70.71º 0.34% 0.68% -
HSV(B) 70.71º 0.28% 0.79% -
XYZ 47.48 54.89 34.88 -
YUV 191.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 191 201 145 0.05 0 0.28 0.21 70.71 0.34 0.68
Hex BF C9 91 5 0 1C 15 47 22 44
Octal 277 311 221 5 0 34 25 107 42 104
Binary 10111111 11001001 10010001 101 0 11100 10101 1000111 100010 1000100

Color Harmonies of #BFC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC991

Black with #BFC991

Text Example


Text Example

White with #BFC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC991; }

 p { color: rgb(191,201,145); }

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

background-color css

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

 a { background-color: rgb(191,201,145); }

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

border-color css

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

 span { border-color: rgb(191,201,145); }

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