#BCF49B

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

Shades of Madang #BCF49B

Tints of Madang #BCF49B

Color information

#BCF49B (or 0xBCF49B) is unknown color: approx Madang. HEX triplet: BC, F4 and 9B. RGB value is (188,244,155). Sum of RGB (Red+Green+Blue) = 188+244+155=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF49B is #430B64. Grayscale: #D9D9D9. Windows color (decimal): -4393829 or 10220732. OLE color: 10220732.

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

Color convert

RGB188244155-
CMYK0.2300.360.04
HSL97.75º80.18%78.24%-
HSV(B)97.75º36.48%95.69%-
XYZ59.0177.7642.91-
YUV217.1192.95107.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=32.03%
G=41.57%
B=26.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441550.2300.360.0497.7580.1878.24
HexBCF49B17024462504e
Octal274364233270444142120116
Binary101111001111010010011011101110100100100110001010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF49B; }

 p { color: rgb(188,244,155); }

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

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

 a { background-color: rgb(188,244,155); }

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

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

 span { border-color: rgb(188,244,155); }

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