Html Css Color HEX #BEBE9A Green Mist

📋 copy color: '#BEBE9A'

red 190 ◦ green 190 ◦ blue 154

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

Shades of Green Mist #BEBE9A

Tints of Green Mist #BEBE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.84%

R = 35.58%
G = 35.58%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEBE9A (or 0xBEBE9A) is known color: Green Mist. HEX triplet: BE, BE and 9A. RGB value is (190,190,154). Sum of RGB (Red+Green+Blue) = 190+190+154=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE9A is #414165. Grayscale: #BABABA. Windows color (decimal): -4276582 or 10141374. OLE color: 10141374.

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

Color convert

RGB 190 190 154 -
CMYK 0 0 0.19 0.25
HSL 60º 0.22% 0.67% -
HSV(B) 60º 0.19% 0.75% -
XYZ 45.48 50.11 37.85 -
YUV 185.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 190 190 154 0 0 0.19 0.25 60 0.22 0.67
Hex BE BE 9A 0 0 13 19 3C 16 43
Octal 276 276 232 0 0 23 31 74 26 103
Binary 10111110 10111110 10011010 0 0 10011 11001 111100 10110 1000011

Color Harmonies of #BEBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE9A

Black with #BEBE9A

Text Example


Text Example

White with #BEBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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