Shades of Sulu #BDDA89
Tints of Sulu #BDDA89
RGB
CMYK
RGB Variations
Color information
#BDDA89 (or 0xBDDA89) is known color: Sulu. HEX triplet: BD, DA and 89. RGB value is (189,218,137). Sum of RGB (Red+Green+Blue) = 189+218+137=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA89 is #422576. Grayscale: #C8C8C8. Windows color (decimal): -4334967 or 9034429. OLE color: 9034429.
HSL color Cylindrical-coordinate representation of color #BDDA89: hue angle of 81.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDDA89 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 137 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.15 |
| HSL | 81.48º | 0.52% | 0.7% | - |
| HSV(B) | 81.48º | 0.37% | 0.85% | - |
| XYZ | 50.57 | 62.77 | 33.12 | - |
| YUV | 200.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 137 | 0.13 | 0 | 0.37 | 0.15 | 81.48 | 0.52 | 0.7 |
| Hex | BD | DA | 89 | D | 0 | 25 | F | 51 | 34 | 46 |
| Octal | 275 | 332 | 211 | 15 | 0 | 45 | 17 | 121 | 64 | 106 |
| Binary | 10111101 | 11011010 | 10001001 | 1101 | 0 | 100101 | 1111 | 1010001 | 110100 | 1000110 |
Color Harmonies of #BDDA89
Complementary color
Monochromatic Colors of #BDDA89
Black with #BDDA89
Text Example
Text Example
White with #BDDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA89; }
p { color: rgb(189,218,137); }
H1.HeaderClassName
{
color: #BDDA89;
}
.AnyTagClassName
{
color: #BDDA89;
}
</style>
background-color css
<style>
a { background-color: #BDDA89; }
a { background-color: rgb(189,218,137); }
div.DivClassName
{
background-color: #BDDA89;
}
.BgClassName
{
background-color: #BDDA89;
}
</style>
border-color css
<style>
span { border-color: #BDDA89; }
span { border-color: rgb(189,218,137); }
td.TdClassName
{
border-color: #BDDA89;
}
.TagClassName
{
border-color: #BDDA89;
}
</style>