#BECC8D

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

Shades of Green Mist #BECC8D

Tints of Green Mist #BECC8D

Color information

#BECC8D (or 0xBECC8D) is unknown color: approx Green Mist. HEX triplet: BE, CC and 8D. RGB value is (190,204,141). Sum of RGB (Red+Green+Blue) = 190+204+141=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8D is #413372. Grayscale: #C0C0C0. Windows color (decimal): -4273011 or 9292990. OLE color: 9292990.

HSL color Cylindrical-coordinate representation of color #BECC8D: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BECC8D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB190204141-
CMYK0.0700.310.2
HSL73.33º38.18%67.65%-
HSV(B)73.33º30.88%80%-
XYZ47.6456.0633.51-
YUV192.6398.86126.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=35.51%
G=38.13%
B=26.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041410.0700.310.273.3338.1867.65
HexBECC8D701F14492644
Octal27631421570372411146104
Binary1011111011001100100011011110111111010010010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC8D; }

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

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

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

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

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

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

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

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