#B0F994

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

Shades of Madang #B0F994

Tints of Madang #B0F994

Color information

#B0F994 (or 0xB0F994) is unknown color: approx Madang. HEX triplet: B0, F9 and 94. RGB value is (176,249,148). Sum of RGB (Red+Green+Blue) = 176+249+148=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F994 is #4F066B. Grayscale: #D7D7D7. Windows color (decimal): -5178988 or 9763248. OLE color: 9763248.

HSL color Cylindrical-coordinate representation of color #B0F994: hue angle of 103.37º 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 #B0F994 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB176249148-
CMYK0.2900.410.02
HSL103.37º89.38%77.84%-
HSV(B)103.37º40.56%97.65%-
XYZ57.1379.1240.28-
YUV215.6689.8299.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=30.72%
G=43.46%
B=25.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491480.2900.410.02103.3789.3877.84
HexB0F9941D029267594e
Octal260371224350512147131116
Binary10110000111110011001010011101010100110110011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F994; }

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

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

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

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

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

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

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

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