#BEC88D

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

Shades of Green Mist #BEC88D

Tints of Green Mist #BEC88D

Color information

#BEC88D (or 0xBEC88D) is unknown color: approx Green Mist. HEX triplet: BE, C8 and 8D. RGB value is (190,200,141). Sum of RGB (Red+Green+Blue) = 190+200+141=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC88D is #413772. Grayscale: #BEBEBE. Windows color (decimal): -4274035 or 9291966. OLE color: 9291966.

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

Color convert

RGB190200141-
CMYK0.0500.290.22
HSL70.17º34.91%66.86%-
HSV(B)70.17º29.5%78.43%-
XYZ46.754.1833.2-
YUV190.28100.19127.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=35.78%
G=37.66%
B=26.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001410.0500.290.2270.1734.9166.86
HexBEC88D501D16462343
Octal27631021550352610643103
Binary1011111011001000100011011010111011011010001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC88D; }

 p { color: rgb(190,200,141); }

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

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

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

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

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

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

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