#B0F990

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

Shades of Madang #B0F990

Tints of Madang #B0F990

Color information

#B0F990 (or 0xB0F990) is unknown color: approx Madang. HEX triplet: B0, F9 and 90. RGB value is (176,249,144). Sum of RGB (Red+Green+Blue) = 176+249+144=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F990 is #4F066F. Grayscale: #D7D7D7. Windows color (decimal): -5178992 or 9501104. OLE color: 9501104.

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

Color convert

RGB176249144-
CMYK0.2900.420.02
HSL101.71º89.74%77.06%-
HSV(B)101.71º42.17%97.65%-
XYZ56.817938.64-
YUV215.287.82100.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 144 (56.64% from 255) = 25.31%
R=30.93%
G=43.76%
B=25.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491440.2900.420.02101.7189.7477.06
HexB0F9901D02A2665a4d
Octal260371220350522146132115
Binary10110000111110011001000011101010101010110011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F990; }

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

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

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

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

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

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

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

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