Html Css Color HEX #BEBE8D Green Mist

📋 copy color: '#BEBE8D'

red 190 ◦ green 190 ◦ blue 141

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

Shades of Green Mist #BEBE8D

Tints of Green Mist #BEBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 36.47%
G = 36.47%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEBE8D (or 0xBEBE8D) is known color: Green Mist. HEX triplet: BE, BE and 8D. RGB value is (190,190,141). Sum of RGB (Red+Green+Blue) = 190+190+141=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8D is #414172. Grayscale: #B8B8B8. Windows color (decimal): -4276595 or 9289406. OLE color: 9289406.

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

Color convert

RGB 190 190 141 -
CMYK 0 0 0.26 0.25
HSL 60º 0.27% 0.65% -
HSV(B) 60º 0.26% 0.75% -
XYZ 44.46 49.7 32.45 -
YUV 184.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 190 190 141 0 0 0.26 0.25 60 0.27 0.65
Hex BE BE 8D 0 0 1A 19 3C 1B 41
Octal 276 276 215 0 0 32 31 74 33 101
Binary 10111110 10111110 10001101 0 0 11010 11001 111100 11011 1000001

Color Harmonies of #BEBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE8D

Black with #BEBE8D

Text Example


Text Example

White with #BEBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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