Shades of Madang #BEED9C
Tints of Madang #BEED9C
RGB
CMYK
RGB Variations
Color information
#BEED9C (or 0xBEED9C) is known color: Madang. HEX triplet: BE, ED and 9C. RGB value is (190,237,156). Sum of RGB (Red+Green+Blue) = 190+237+156=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED9C is #411263. Grayscale: #D5D5D5. Windows color (decimal): -4264548 or 10284478. OLE color: 10284478.
HSL color Cylindrical-coordinate representation of color #BEED9C: hue angle of 94.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEED9C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 156 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.07 |
| HSL | 94.81º | 0.69% | 0.77% | - |
| HSV(B) | 94.81º | 0.34% | 0.93% | - |
| XYZ | 57.52 | 73.92 | 42.69 | - |
| YUV | 213.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 156 | 0.20 | 0 | 0.34 | 0.07 | 94.81 | 0.69 | 0.77 |
| Hex | BE | ED | 9C | 14 | 0 | 22 | 7 | 5F | 45 | 4D |
| Octal | 276 | 355 | 234 | 24 | 0 | 42 | 7 | 137 | 105 | 115 |
| Binary | 10111110 | 11101101 | 10011100 | 10100 | 0 | 100010 | 111 | 1011111 | 1000101 | 1001101 |
Color Harmonies of #BEED9C
Complementary color
Monochromatic Colors of #BEED9C
Black with #BEED9C
Text Example
Text Example
White with #BEED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED9C; }
p { color: rgb(190,237,156); }
H1.HeaderClassName
{
color: #BEED9C;
}
.AnyTagClassName
{
color: #BEED9C;
}
</style>
background-color css
<style>
a { background-color: #BEED9C; }
a { background-color: rgb(190,237,156); }
div.DivClassName
{
background-color: #BEED9C;
}
.BgClassName
{
background-color: #BEED9C;
}
</style>
border-color css
<style>
span { border-color: #BEED9C; }
span { border-color: rgb(190,237,156); }
td.TdClassName
{
border-color: #BEED9C;
}
.TagClassName
{
border-color: #BEED9C;
}
</style>