Html Css Color HEX #BEC795 Green Mist

📋 copy color: '#BEC795'

red 190 ◦ green 199 ◦ blue 149

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

Shades of Green Mist #BEC795

Tints of Green Mist #BEC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.99%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 35.32%
G = 36.99%
B = 27.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BEC795 (or 0xBEC795) is known color: Green Mist. HEX triplet: BE, C7 and 95. RGB value is (190,199,149). Sum of RGB (Red+Green+Blue) = 190+199+149=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC795 is #41386A. Grayscale: #BEBEBE. Windows color (decimal): -4274283 or 9815998. OLE color: 9815998.

HSL color Cylindrical-coordinate representation of color #BEC795: hue angle of 70.8º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC795 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 149 -
CMYK 0.05 0 0.25 0.22
HSL 70.8º 0.31% 0.68% -
HSV(B) 70.8º 0.25% 0.78% -
XYZ 47.08 53.96 36.37 -
YUV 190.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 190 199 149 0.05 0 0.25 0.22 70.8 0.31 0.68
Hex BE C7 95 5 0 19 16 47 1F 44
Octal 276 307 225 5 0 31 26 107 37 104
Binary 10111110 11000111 10010101 101 0 11001 10110 1000111 11111 1000100

Color Harmonies of #BEC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC795

Black with #BEC795

Text Example


Text Example

White with #BEC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC795; }

 p { color: rgb(190,199,149); }

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

background-color css

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

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

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

border-color css

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

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

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