Html Css Color HEX #BEBE9F Green Mist

📋 copy color: '#BEBE9F'

red 190 ◦ green 190 ◦ blue 159

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

Shades of Green Mist #BEBE9F

Tints of Green Mist #BEBE9F

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

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

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

R = 35.25%
G = 35.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEBE9F (or 0xBEBE9F) is known color: Green Mist. HEX triplet: BE, BE and 9F. RGB value is (190,190,159). Sum of RGB (Red+Green+Blue) = 190+190+159=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE9F is #414160. Grayscale: #BABABA. Windows color (decimal): -4276577 or 10469054. OLE color: 10469054.

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

Color convert

RGB 190 190 159 -
CMYK 0 0 0.16 0.25
HSL 60º 0.19% 0.68% -
HSV(B) 60º 0.16% 0.75% -
XYZ 45.91 50.28 40.09 -
YUV 186.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 190 190 159 0 0 0.16 0.25 60 0.19 0.68
Hex BE BE 9F 0 0 10 19 3C 13 44
Octal 276 276 237 0 0 20 31 74 23 104
Binary 10111110 10111110 10011111 0 0 10000 11001 111100 10011 1000100

Color Harmonies of #BEBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE9F

Black with #BEBE9F

Text Example


Text Example

White with #BEBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE9F; }

 p { color: rgb(190,190,159); }

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

background-color css

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

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

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

border-color css

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

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

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