Shades of Sulu #BDD784
Tints of Sulu #BDD784
RGB
CMYK
RGB Variations
Color information
#BDD784 (or 0xBDD784) is known color: Sulu. HEX triplet: BD, D7 and 84. RGB value is (189,215,132). Sum of RGB (Red+Green+Blue) = 189+215+132=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD784 is #42287B. Grayscale: #C6C6C6. Windows color (decimal): -4335740 or 8705981. OLE color: 8705981.
HSL color Cylindrical-coordinate representation of color #BDD784: hue angle of 78.8º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD784 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 132 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.16 |
| HSL | 78.8º | 0.51% | 0.68% | - |
| HSV(B) | 78.8º | 0.39% | 0.84% | - |
| XYZ | 49.45 | 61.09 | 31.01 | - |
| YUV | 197.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 132 | 0.12 | 0 | 0.39 | 0.16 | 78.8 | 0.51 | 0.68 |
| Hex | BD | D7 | 84 | C | 0 | 27 | 10 | 4F | 33 | 44 |
| Octal | 275 | 327 | 204 | 14 | 0 | 47 | 20 | 117 | 63 | 104 |
| Binary | 10111101 | 11010111 | 10000100 | 1100 | 0 | 100111 | 10000 | 1001111 | 110011 | 1000100 |
Color Harmonies of #BDD784
Complementary color
Monochromatic Colors of #BDD784
Black with #BDD784
Text Example
Text Example
White with #BDD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD784; }
p { color: rgb(189,215,132); }
H1.HeaderClassName
{
color: #BDD784;
}
.AnyTagClassName
{
color: #BDD784;
}
</style>
background-color css
<style>
a { background-color: #BDD784; }
a { background-color: rgb(189,215,132); }
div.DivClassName
{
background-color: #BDD784;
}
.BgClassName
{
background-color: #BDD784;
}
</style>
border-color css
<style>
span { border-color: #BDD784; }
span { border-color: rgb(189,215,132); }
td.TdClassName
{
border-color: #BDD784;
}
.TagClassName
{
border-color: #BDD784;
}
</style>