Html Css Color HEX #BEBE8C Green Mist

📋 copy color: '#BEBE8C'

red 190 ◦ green 190 ◦ blue 140

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

Shades of Green Mist #BEBE8C

Tints of Green Mist #BEBE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 36.54%
G = 36.54%
B = 26.92%

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

#BEBE8C (or 0xBEBE8C) is known color: Green Mist. HEX triplet: BE, BE and 8C. RGB value is (190,190,140). Sum of RGB (Red+Green+Blue) = 190+190+140=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8C is #414173. Grayscale: #B8B8B8. Windows color (decimal): -4276596 or 9223870. OLE color: 9223870.

HSL color Cylindrical-coordinate representation of color #BEBE8C: hue angle of 60º degrees, saturation: 0.28, 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 #BEBE8C is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 140 -
CMYK 0 0 0.26 0.25
HSL 60º 0.28% 0.65% -
HSV(B) 60º 0.26% 0.75% -
XYZ 44.38 49.67 32.06 -
YUV 184.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 190 190 140 0 0 0.26 0.25 60 0.28 0.65
Hex BE BE 8C 0 0 1A 19 3C 1C 41
Octal 276 276 214 0 0 32 31 74 34 101
Binary 10111110 10111110 10001100 0 0 11010 11001 111100 11100 1000001

Color Harmonies of #BEBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE8C

Black with #BEBE8C

Text Example


Text Example

White with #BEBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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