#B0DF98

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

Shades of Madang #B0DF98

Tints of Madang #B0DF98

Color information

#B0DF98 (or 0xB0DF98) is unknown color: approx Madang. HEX triplet: B0, DF and 98. RGB value is (176,223,152). Sum of RGB (Red+Green+Blue) = 176+223+152=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF98 is #4F2067. Grayscale: #C9C9C9. Windows color (decimal): -5185640 or 10018736. OLE color: 10018736.

HSL color Cylindrical-coordinate representation of color #B0DF98: hue angle of 99.72º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DF98 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB176223152-
CMYK0.2100.320.13
HSL99.72º52.59%73.53%-
HSV(B)99.72º31.84%87.45%-
XYZ49.9664.2739.48-
YUV200.85100.43110.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=31.94%
G=40.47%
B=27.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231520.2100.320.1399.7252.5973.53
HexB0DF9815020D64354a
Octal260337230250401514465112
Binary101100001101111110011000101010100000110111001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF98; }

 p { color: rgb(176,223,152); }

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

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

 a { background-color: rgb(176,223,152); }

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

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

 span { border-color: rgb(176,223,152); }

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