Html Css Color HEX #BFBD9B Green Mist

📋 copy color: '#BFBD9B'

red 191 ◦ green 189 ◦ blue 155

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

Shades of Green Mist #BFBD9B

Tints of Green Mist #BFBD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 35.7%
G = 35.33%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BFBD9B (or 0xBFBD9B) is known color: Green Mist. HEX triplet: BF, BD and 9B. RGB value is (191,189,155). Sum of RGB (Red+Green+Blue) = 191+189+155=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD9B is #404264. Grayscale: #B9B9B9. Windows color (decimal): -4211301 or 10206655. OLE color: 10206655.

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

Color convert

RGB 191 189 155 -
CMYK 0 0.01 0.19 0.25
HSL 56.67º 0.22% 0.68% -
HSV(B) 56.67º 0.19% 0.75% -
XYZ 45.6 49.84 38.23 -
YUV 185.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 191 189 155 0 0.01 0.19 0.25 56.67 0.22 0.68
Hex BF BD 9B 0 1 13 19 39 16 44
Octal 277 275 233 0 1 23 31 71 26 104
Binary 10111111 10111101 10011011 0 1 10011 11001 111001 10110 1000100

Color Harmonies of #BFBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD9B

Black with #BFBD9B

Text Example


Text Example

White with #BFBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD9B; }

 p { color: rgb(191,189,155); }

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

background-color css

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

 a { background-color: rgb(191,189,155); }

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

border-color css

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

 span { border-color: rgb(191,189,155); }

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