#BCF49A

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

Shades of Madang #BCF49A

Tints of Madang #BCF49A

Color information

#BCF49A (or 0xBCF49A) is unknown color: approx Madang. HEX triplet: BC, F4 and 9A. RGB value is (188,244,154). Sum of RGB (Red+Green+Blue) = 188+244+154=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF49A is #430B65. Grayscale: #D9D9D9. Windows color (decimal): -4393830 or 10155196. OLE color: 10155196.

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

Color convert

RGB188244154-
CMYK0.2300.370.04
HSL97.33º80.36%78.04%-
HSV(B)97.33º36.89%95.69%-
XYZ58.9277.7342.47-
YUV21792.45107.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 244 (95.70% from 255) = 41.64%
BLUE value IS 154 (60.55% from 255) = 26.28%
R=32.08%
G=41.64%
B=26.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441540.2300.370.0497.3380.3678.04
HexBCF49A17025461504e
Octal274364232270454141120116
Binary101111001111010010011010101110100101100110000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF49A; }

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

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

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

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

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

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

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

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