#BCF596

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

Shades of Madang #BCF596

Tints of Madang #BCF596

Color information

#BCF596 (or 0xBCF596) is unknown color: approx Madang. HEX triplet: BC, F5 and 96. RGB value is (188,245,150). Sum of RGB (Red+Green+Blue) = 188+245+150=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF596 is #430A69. Grayscale: #D9D9D9. Windows color (decimal): -4393578 or 9893308. OLE color: 9893308.

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

Color convert

RGB188245150-
CMYK0.2300.390.04
HSL96º82.61%77.45%-
HSV(B)96º38.78%96.08%-
XYZ58.978.240.84-
YUV217.1390.12107.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=32.25%
G=42.02%
B=25.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451500.2300.390.049682.6177.45
HexBCF59617027460534d
Octal274365226270474140123115
Binary101111001111010110010110101110100111100110000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF596; }

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

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

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

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

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

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

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

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