Shades of Sulu #BDE492
Tints of Sulu #BDE492
RGB
CMYK
RGB Variations
Color information
#BDE492 (or 0xBDE492) is known color: Sulu. HEX triplet: BD, E4 and 92. RGB value is (189,228,146). Sum of RGB (Red+Green+Blue) = 189+228+146=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE492 is #421B6D. Grayscale: #CFCFCF. Windows color (decimal): -4332398 or 9626813. OLE color: 9626813.
HSL color Cylindrical-coordinate representation of color #BDE492: hue angle of 88.54º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE492 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 146 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.11 |
| HSL | 88.54º | 0.6% | 0.73% | - |
| HSV(B) | 88.54º | 0.36% | 0.89% | - |
| XYZ | 53.92 | 68.38 | 37.55 | - |
| YUV | 206.99 | 93.58 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 146 | 0.17 | 0 | 0.36 | 0.11 | 88.54 | 0.6 | 0.73 |
| Hex | BD | E4 | 92 | 11 | 0 | 24 | B | 59 | 3C | 49 |
| Octal | 275 | 344 | 222 | 21 | 0 | 44 | 13 | 131 | 74 | 111 |
| Binary | 10111101 | 11100100 | 10010010 | 10001 | 0 | 100100 | 1011 | 1011001 | 111100 | 1001001 |
Color Harmonies of #BDE492
Complementary color
Monochromatic Colors of #BDE492
Black with #BDE492
Text Example
Text Example
White with #BDE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE492; }
p { color: rgb(189,228,146); }
H1.HeaderClassName
{
color: #BDE492;
}
.AnyTagClassName
{
color: #BDE492;
}
</style>
background-color css
<style>
a { background-color: #BDE492; }
a { background-color: rgb(189,228,146); }
div.DivClassName
{
background-color: #BDE492;
}
.BgClassName
{
background-color: #BDE492;
}
</style>
border-color css
<style>
span { border-color: #BDE492; }
span { border-color: rgb(189,228,146); }
td.TdClassName
{
border-color: #BDE492;
}
.TagClassName
{
border-color: #BDE492;
}
</style>