#bcf29f

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

Shades of Madang #BCF29F

Tints of Madang #BCF29F

Color information

#BCF29F (or 0xBCF29F) is unknown color: approx Madang. HEX triplet: BC, F2 and 9F. RGB value is (188,242,159). Sum of RGB (Red+Green+Blue) = 188+242+159=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF29F is #430D60. Grayscale: #D8D8D8. Windows color (decimal): -4394337 or 10482364. OLE color: 10482364.

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

Color convert

RGB188242159-
CMYK0.2200.340.05
HSL99.04º76.15%78.63%-
HSV(B)99.04º34.3%94.9%-
XYZ58.7576.744.51-
YUV216.3995.61107.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=31.92%
G=41.09%
B=26.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421590.2200.340.0599.0476.1578.63
HexBCF29F160225634c4f
Octal274362237260425143114117
Binary101111001111001010011111101100100010101110001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf29f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf29f; }

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

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

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

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

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

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

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

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