Html Css Color HEX #BEC49B Green Mist

📋 copy color: '#BEC49B'

red 190 ◦ green 196 ◦ blue 155

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

Shades of Green Mist #BEC49B

Tints of Green Mist #BEC49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 35.12%
G = 36.23%
B = 28.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BEC49B (or 0xBEC49B) is known color: Green Mist. HEX triplet: BE, C4 and 9B. RGB value is (190,196,155). Sum of RGB (Red+Green+Blue) = 190+196+155=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC49B is #413B64. Grayscale: #BDBDBD. Windows color (decimal): -4275045 or 10208446. OLE color: 10208446.

HSL color Cylindrical-coordinate representation of color #BEC49B: hue angle of 68.78º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC49B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 155 -
CMYK 0.03 0 0.21 0.23
HSL 68.78º 0.26% 0.69% -
HSV(B) 68.78º 0.21% 0.77% -
XYZ 46.89 52.79 38.73 -
YUV 189.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 190 196 155 0.03 0 0.21 0.23 68.78 0.26 0.69
Hex BE C4 9B 3 0 15 17 45 1A 45
Octal 276 304 233 3 0 25 27 105 32 105
Binary 10111110 11000100 10011011 11 0 10101 10111 1000101 11010 1000101

Color Harmonies of #BEC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC49B

Black with #BEC49B

Text Example


Text Example

White with #BEC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC49B; }

 p { color: rgb(190,196,155); }

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

background-color css

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

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

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

border-color css

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

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

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