Shades of Sulu #BDE98E
Tints of Sulu #BDE98E
RGB
CMYK
RGB Variations
Color information
#BDE98E (or 0xBDE98E) is known color: Sulu. HEX triplet: BD, E9 and 8E. RGB value is (189,233,142). Sum of RGB (Red+Green+Blue) = 189+233+142=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE98E is #421671. Grayscale: #D1D1D1. Windows color (decimal): -4331122 or 9365949. OLE color: 9365949.
HSL color Cylindrical-coordinate representation of color #BDE98E: hue angle of 89.01º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE98E is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 142 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.09 |
| HSL | 89.01º | 0.67% | 0.74% | - |
| HSV(B) | 89.01º | 0.39% | 0.91% | - |
| XYZ | 55.01 | 71.05 | 36.41 | - |
| YUV | 209.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 142 | 0.19 | 0 | 0.39 | 0.09 | 89.01 | 0.67 | 0.74 |
| Hex | BD | E9 | 8E | 13 | 0 | 27 | 9 | 59 | 43 | 4A |
| Octal | 275 | 351 | 216 | 23 | 0 | 47 | 11 | 131 | 103 | 112 |
| Binary | 10111101 | 11101001 | 10001110 | 10011 | 0 | 100111 | 1001 | 1011001 | 1000011 | 1001010 |
Color Harmonies of #BDE98E
Complementary color
Monochromatic Colors of #BDE98E
Black with #BDE98E
Text Example
Text Example
White with #BDE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE98E; }
p { color: rgb(189,233,142); }
H1.HeaderClassName
{
color: #BDE98E;
}
.AnyTagClassName
{
color: #BDE98E;
}
</style>
background-color css
<style>
a { background-color: #BDE98E; }
a { background-color: rgb(189,233,142); }
div.DivClassName
{
background-color: #BDE98E;
}
.BgClassName
{
background-color: #BDE98E;
}
</style>
border-color css
<style>
span { border-color: #BDE98E; }
span { border-color: rgb(189,233,142); }
td.TdClassName
{
border-color: #BDE98E;
}
.TagClassName
{
border-color: #BDE98E;
}
</style>