#BCE995

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

Shades of Madang #BCE995

Tints of Madang #BCE995

Color information

#BCE995 (or 0xBCE995) is unknown color: approx Madang. HEX triplet: BC, E9 and 95. RGB value is (188,233,149). Sum of RGB (Red+Green+Blue) = 188+233+149=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE995 is #43166A. Grayscale: #D2D2D2. Windows color (decimal): -4396651 or 9824700. OLE color: 9824700.

HSL color Cylindrical-coordinate representation of color #BCE995: hue angle of 92.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE995 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB188233149-
CMYK0.1900.360.09
HSL92.14º65.62%74.9%-
HSV(B)92.14º36.05%91.37%-
XYZ55.371.1439.25-
YUV209.9793.59112.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=32.98%
G=40.88%
B=26.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331490.1900.360.0992.1465.6274.9
HexBCE9951302495c424b
Octal2743512252304411134102113
Binary1011110011101001100101011001101001001001101110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE995; }

 p { color: rgb(188,233,149); }

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

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

 a { background-color: rgb(188,233,149); }

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

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

 span { border-color: rgb(188,233,149); }

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