#B4DD99

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

Shades of Madang #B4DD99

Tints of Madang #B4DD99

Color information

#B4DD99 (or 0xB4DD99) is unknown color: approx Madang. HEX triplet: B4, DD and 99. RGB value is (180,221,153). Sum of RGB (Red+Green+Blue) = 180+221+153=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD99 is #4B2266. Grayscale: #C9C9C9. Windows color (decimal): -4924007 or 10083764. OLE color: 10083764.

HSL color Cylindrical-coordinate representation of color #B4DD99: hue angle of 96.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4DD99 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB180221153-
CMYK0.1900.310.13
HSL96.18º50%73.33%-
HSV(B)96.18º30.77%86.67%-
XYZ50.4363.7239.78-
YUV200.99100.92113.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=32.49%
G=39.89%
B=27.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211530.1900.310.1396.185073.33
HexB4DD991301FD603249
Octal264335231230371514062111
Binary10110100110111011001100110011011111110111000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD99; }

 p { color: rgb(180,221,153); }

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

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

 a { background-color: rgb(180,221,153); }

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

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

 span { border-color: rgb(180,221,153); }

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