Shades of Sulu #BDDB82
Tints of Sulu #BDDB82
RGB
CMYK
RGB Variations
Color information
#BDDB82 (or 0xBDDB82) is known color: Sulu. HEX triplet: BD, DB and 82. RGB value is (189,219,130). Sum of RGB (Red+Green+Blue) = 189+219+130=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB82 is #42247D. Grayscale: #C8C8C8. Windows color (decimal): -4334718 or 8575933. OLE color: 8575933.
HSL color Cylindrical-coordinate representation of color #BDDB82: hue angle of 80.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDDB82 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 130 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.14 |
| HSL | 80.22º | 0.55% | 0.68% | - |
| HSV(B) | 80.22º | 0.41% | 0.86% | - |
| XYZ | 50.35 | 63.09 | 30.64 | - |
| YUV | 199.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 130 | 0.14 | 0 | 0.41 | 0.14 | 80.22 | 0.55 | 0.68 |
| Hex | BD | DB | 82 | E | 0 | 29 | E | 50 | 37 | 44 |
| Octal | 275 | 333 | 202 | 16 | 0 | 51 | 16 | 120 | 67 | 104 |
| Binary | 10111101 | 11011011 | 10000010 | 1110 | 0 | 101001 | 1110 | 1010000 | 110111 | 1000100 |
Color Harmonies of #BDDB82
Complementary color
Monochromatic Colors of #BDDB82
Black with #BDDB82
Text Example
Text Example
White with #BDDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB82; }
p { color: rgb(189,219,130); }
H1.HeaderClassName
{
color: #BDDB82;
}
.AnyTagClassName
{
color: #BDDB82;
}
</style>
background-color css
<style>
a { background-color: #BDDB82; }
a { background-color: rgb(189,219,130); }
div.DivClassName
{
background-color: #BDDB82;
}
.BgClassName
{
background-color: #BDDB82;
}
</style>
border-color css
<style>
span { border-color: #BDDB82; }
span { border-color: rgb(189,219,130); }
td.TdClassName
{
border-color: #BDDB82;
}
.TagClassName
{
border-color: #BDDB82;
}
</style>