Html Css Color HEX #BEBE8E Green Mist

📋 copy color: '#BEBE8E'

red 190 ◦ green 190 ◦ blue 142

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

Shades of Green Mist #BEBE8E

Tints of Green Mist #BEBE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.2%

R = 36.4%
G = 36.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEBE8E (or 0xBEBE8E) is known color: Green Mist. HEX triplet: BE, BE and 8E. RGB value is (190,190,142). Sum of RGB (Red+Green+Blue) = 190+190+142=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8E is #414171. Grayscale: #B8B8B8. Windows color (decimal): -4276594 or 9354942. OLE color: 9354942.

HSL color Cylindrical-coordinate representation of color #BEBE8E: 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.25%. Process color model (Four color, CMYK) of #BEBE8E is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 142 -
CMYK 0 0 0.25 0.25
HSL 60º 0.27% 0.65% -
HSV(B) 60º 0.25% 0.75% -
XYZ 44.53 49.73 32.84 -
YUV 184.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 190 190 142 0 0 0.25 0.25 60 0.27 0.65
Hex BE BE 8E 0 0 19 19 3C 1B 41
Octal 276 276 216 0 0 31 31 74 33 101
Binary 10111110 10111110 10001110 0 0 11001 11001 111100 11011 1000001

Color Harmonies of #BEBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE8E

Black with #BEBE8E

Text Example


Text Example

White with #BEBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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