#BCE996

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

Shades of Madang #BCE996

Tints of Madang #BCE996

Color information

#BCE996 (or 0xBCE996) is unknown color: approx Madang. HEX triplet: BC, E9 and 96. RGB value is (188,233,150). Sum of RGB (Red+Green+Blue) = 188+233+150=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE996 is #431669. Grayscale: #D2D2D2. Windows color (decimal): -4396650 or 9890236. OLE color: 9890236.

HSL color Cylindrical-coordinate representation of color #BCE996: hue angle of 92.53º degrees, saturation: 0.65, 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 #BCE996 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB188233150-
CMYK0.1900.360.09
HSL92.53º65.35%75.1%-
HSV(B)92.53º35.62%91.37%-
XYZ55.3871.1739.67-
YUV210.0894.09112.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 233 (91.41% from 255) = 40.81%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=32.92%
G=40.81%
B=26.27%

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
Decimal1882331500.1900.360.0992.5365.3575.1
HexBCE9961302495d414b
Octal2743512262304411135101113
Binary1011110011101001100101101001101001001001101110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE996; }

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

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

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

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

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

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

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

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