Html Css Color HEX #BFBE9C Green Mist

📋 copy color: '#BFBE9C'

red 191 ◦ green 190 ◦ blue 156

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

Shades of Green Mist #BFBE9C

Tints of Green Mist #BFBE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 35.57%
G = 35.38%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFBE9C (or 0xBFBE9C) is known color: Green Mist. HEX triplet: BF, BE and 9C. RGB value is (191,190,156). Sum of RGB (Red+Green+Blue) = 191+190+156=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE9C is #404163. Grayscale: #BABABA. Windows color (decimal): -4211044 or 10272447. OLE color: 10272447.

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

Color convert

RGB 191 190 156 -
CMYK 0 0.01 0.18 0.25
HSL 58.29º 0.21% 0.68% -
HSV(B) 58.29º 0.18% 0.75% -
XYZ 45.9 50.3 38.74 -
YUV 186.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 191 190 156 0 0.01 0.18 0.25 58.29 0.21 0.68
Hex BF BE 9C 0 1 12 19 3A 15 44
Octal 277 276 234 0 1 22 31 72 25 104
Binary 10111111 10111110 10011100 0 1 10010 11001 111010 10101 1000100

Color Harmonies of #BFBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE9C

Black with #BFBE9C

Text Example


Text Example

White with #BFBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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