#BCFF95

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

Shades of Madang #BCFF95

Tints of Madang #BCFF95

Color information

#BCFF95 (or 0xBCFF95) is unknown color: approx Madang. HEX triplet: BC, FF and 95. RGB value is (188,255,149). Sum of RGB (Red+Green+Blue) = 188+255+149=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF95 is #43006A. Grayscale: #DFDFDF. Windows color (decimal): -4391019 or 9830332. OLE color: 9830332.

HSL color Cylindrical-coordinate representation of color #BCFF95: hue angle of 97.92º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCFF95 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB188255149-
CMYK0.2600.420
HSL97.92º100%79.22%-
HSV(B)97.92º41.57%100%-
XYZ61.9284.3841.46-
YUV222.8886.3103.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 149 (58.59% from 255) = 25.17%
R=31.76%
G=43.07%
B=25.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551490.2600.42097.9210079.22
HexBCFF951A02A062644f
Octal274377225320520142144117
Binary1011110011111111100101011101001010100110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF95; }

 p { color: rgb(188,255,149); }

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

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

 a { background-color: rgb(188,255,149); }

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

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

 span { border-color: rgb(188,255,149); }

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