Shades of Sulu #BDE290
Tints of Sulu #BDE290
RGB
CMYK
RGB Variations
Color information
#BDE290 (or 0xBDE290) is known color: Sulu. HEX triplet: BD, E2 and 90. RGB value is (189,226,144). Sum of RGB (Red+Green+Blue) = 189+226+144=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE290 is #421D6F. Grayscale: #CDCDCD. Windows color (decimal): -4332912 or 9495229. OLE color: 9495229.
HSL color Cylindrical-coordinate representation of color #BDE290: hue angle of 87.07º degrees, saturation: 0.59, 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 #BDE290 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 144 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.11 |
| HSL | 87.07º | 0.59% | 0.73% | - |
| HSV(B) | 87.07º | 0.36% | 0.89% | - |
| XYZ | 53.22 | 67.23 | 36.56 | - |
| YUV | 205.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 144 | 0.16 | 0 | 0.36 | 0.11 | 87.07 | 0.59 | 0.73 |
| Hex | BD | E2 | 90 | 10 | 0 | 24 | B | 57 | 3B | 49 |
| Octal | 275 | 342 | 220 | 20 | 0 | 44 | 13 | 127 | 73 | 111 |
| Binary | 10111101 | 11100010 | 10010000 | 10000 | 0 | 100100 | 1011 | 1010111 | 111011 | 1001001 |
Color Harmonies of #BDE290
Complementary color
Monochromatic Colors of #BDE290
Black with #BDE290
Text Example
Text Example
White with #BDE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE290; }
p { color: rgb(189,226,144); }
H1.HeaderClassName
{
color: #BDE290;
}
.AnyTagClassName
{
color: #BDE290;
}
</style>
background-color css
<style>
a { background-color: #BDE290; }
a { background-color: rgb(189,226,144); }
div.DivClassName
{
background-color: #BDE290;
}
.BgClassName
{
background-color: #BDE290;
}
</style>
border-color css
<style>
span { border-color: #BDE290; }
span { border-color: rgb(189,226,144); }
td.TdClassName
{
border-color: #BDE290;
}
.TagClassName
{
border-color: #BDE290;
}
</style>