#B6F696

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

Shades of Madang #B6F696

Tints of Madang #B6F696

Color information

#B6F696 (or 0xB6F696) is unknown color: approx Madang. HEX triplet: B6, F6 and 96. RGB value is (182,246,150). Sum of RGB (Red+Green+Blue) = 182+246+150=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F696 is #490969. Grayscale: #D8D8D8. Windows color (decimal): -4786538 or 9893558. OLE color: 9893558.

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

Color convert

RGB182246150-
CMYK0.2600.390.04
HSL100º84.21%77.65%-
HSV(B)100º39.02%96.47%-
XYZ57.7578.0640.88-
YUV215.9290.8103.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=31.49%
G=42.56%
B=25.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822461500.2600.390.0410084.2177.65
HexB6F6961A027464544e
Octal266366226320474144124116
Binary101101101111011010010110110100100111100110010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F696; }

 p { color: rgb(182,246,150); }

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

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

 a { background-color: rgb(182,246,150); }

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

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

 span { border-color: rgb(182,246,150); }

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