#B0F997

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

Shades of Madang #B0F997

Tints of Madang #B0F997

Color information

#B0F997 (or 0xB0F997) is unknown color: approx Madang. HEX triplet: B0, F9 and 97. RGB value is (176,249,151). Sum of RGB (Red+Green+Blue) = 176+249+151=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F997 is #4F0668. Grayscale: #D8D8D8. Windows color (decimal): -5178985 or 9959856. OLE color: 9959856.

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

Color convert

RGB176249151-
CMYK0.2900.390.02
HSL104.69º89.09%78.43%-
HSV(B)104.69º39.36%97.65%-
XYZ57.3779.2241.54-
YUV21691.3299.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=30.56%
G=43.23%
B=26.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491510.2900.390.02104.6989.0978.43
HexB0F9971D027269594e
Octal260371227350472151131116
Binary10110000111110011001011111101010011110110100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F997; }

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

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

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

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

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

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

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

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