Html Css Color HEX #BFBE8F Green Mist

📋 copy color: '#BFBE8F'

red 191 ◦ green 190 ◦ blue 143

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

Shades of Green Mist #BFBE8F

Tints of Green Mist #BFBE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.26%

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 36.45%
G = 36.26%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFBE8F (or 0xBFBE8F) is known color: Green Mist. HEX triplet: BF, BE and 8F. RGB value is (191,190,143). Sum of RGB (Red+Green+Blue) = 191+190+143=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8F is #404170. Grayscale: #B9B9B9. Windows color (decimal): -4211057 or 9420479. OLE color: 9420479.

HSL color Cylindrical-coordinate representation of color #BFBE8F: hue angle of 58.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBE8F is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 190 143 -
CMYK 0 0.01 0.25 0.25
HSL 58.75º 0.27% 0.65% -
HSV(B) 58.75º 0.25% 0.75% -
XYZ 44.86 49.89 33.25 -
YUV 184.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 191 190 143 0 0.01 0.25 0.25 58.75 0.27 0.65
Hex BF BE 8F 0 1 19 19 3B 1B 41
Octal 277 276 217 0 1 31 31 73 33 101
Binary 10111111 10111110 10001111 0 1 11001 11001 111011 11011 1000001

Color Harmonies of #BFBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE8F

Black with #BFBE8F

Text Example


Text Example

White with #BFBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE8F; }

 p { color: rgb(191,190,143); }

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

background-color css

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

 a { background-color: rgb(191,190,143); }

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

border-color css

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

 span { border-color: rgb(191,190,143); }

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