#BEC698

Color #BEC698 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BEC698

Tints of Green Mist #BEC698

Color information

#BEC698 (or 0xBEC698) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 98. RGB value is (190,198,152). Sum of RGB (Red+Green+Blue) = 190+198+152=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC698 is #413967. Grayscale: #BEBEBE. Windows color (decimal): -4274536 or 10012350. OLE color: 10012350.

HSL color Cylindrical-coordinate representation of color #BEC698: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC698 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB190198152-
CMYK0.0400.230.22
HSL70.43º28.75%68.63%-
HSV(B)70.43º23.23%77.65%-
XYZ47.153.637.57-
YUV190.36106.35127.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=35.19%
G=36.67%
B=28.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981520.0400.230.2270.4328.7568.63
HexBEC698401716461d45
Octal27630623040272610635105
Binary101111101100011010011000100010111101101000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC698; }

 p { color: rgb(190,198,152); }

 H1.HeaderClassName
 {
   color: #BEC698;
 }
 .AnyTagClassName
 {
   color: #BEC698;
 }
</style>
background-color css

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

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

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

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

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

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