#bcf296

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

Shades of Madang #BCF296

Tints of Madang #BCF296

Color information

#BCF296 (or 0xBCF296) is unknown color: approx Madang. HEX triplet: BC, F2 and 96. RGB value is (188,242,150). Sum of RGB (Red+Green+Blue) = 188+242+150=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF296 is #430D69. Grayscale: #D7D7D7. Windows color (decimal): -4394346 or 9892540. OLE color: 9892540.

HSL color Cylindrical-coordinate representation of color #BCF296: hue angle of 95.22º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF296 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB188242150-
CMYK0.2200.380.05
HSL95.22º77.97%76.86%-
HSV(B)95.22º38.02%94.9%-
XYZ5876.440.54-
YUV215.3791.11108.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=32.41%
G=41.72%
B=25.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421500.2200.380.0595.2277.9776.86
HexBCF2961602655f4e4d
Octal274362226260465137116115
Binary101111001111001010010110101100100110101101111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf296; }

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

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

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

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

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

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

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

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