Html Css Color HEX #BEC296 Green Mist

📋 copy color: '#BEC296'

red 190 ◦ green 194 ◦ blue 150

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

Shades of Green Mist #BEC296

Tints of Green Mist #BEC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 35.58%
G = 36.33%
B = 28.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BEC296 (or 0xBEC296) is known color: Green Mist. HEX triplet: BE, C2 and 96. RGB value is (190,194,150). Sum of RGB (Red+Green+Blue) = 190+194+150=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC296 is #413D69. Grayscale: #BBBBBB. Windows color (decimal): -4275562 or 9880254. OLE color: 9880254.

HSL color Cylindrical-coordinate representation of color #BEC296: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC296 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 150 -
CMYK 0.02 0 0.23 0.24
HSL 65.45º 0.27% 0.67% -
HSV(B) 65.45º 0.23% 0.76% -
XYZ 46.03 51.73 36.41 -
YUV 187.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 190 194 150 0.02 0 0.23 0.24 65.45 0.27 0.67
Hex BE C2 96 2 0 17 18 41 1B 43
Octal 276 302 226 2 0 27 30 101 33 103
Binary 10111110 11000010 10010110 10 0 10111 11000 1000001 11011 1000011

Color Harmonies of #BEC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC296

Black with #BEC296

Text Example


Text Example

White with #BEC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC296; }

 p { color: rgb(190,194,150); }

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

background-color css

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

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

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

border-color css

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

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

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