#B6F994

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

Shades of Madang #B6F994

Tints of Madang #B6F994

Color information

#B6F994 (or 0xB6F994) is unknown color: approx Madang. HEX triplet: B6, F9 and 94. RGB value is (182,249,148). Sum of RGB (Red+Green+Blue) = 182+249+148=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F994 is #49066B. Grayscale: #D9D9D9. Windows color (decimal): -4785772 or 9763254. OLE color: 9763254.

HSL color Cylindrical-coordinate representation of color #B6F994: hue angle of 99.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6F994 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB182249148-
CMYK0.2700.410.02
HSL99.8º89.38%77.84%-
HSV(B)99.8º40.56%97.65%-
XYZ58.5179.8340.34-
YUV217.4588.8102.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 148 (58.20% from 255) = 25.56%
R=31.43%
G=43.01%
B=25.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491480.2700.410.0299.889.3877.84
HexB6F9941B029264594e
Octal266371224330512144131116
Binary10110110111110011001010011011010100110110010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F994; }

 p { color: rgb(182,249,148); }

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

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

 a { background-color: rgb(182,249,148); }

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

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

 span { border-color: rgb(182,249,148); }

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