Shades of Sulu #BDDB76
Tints of Sulu #BDDB76
RGB
CMYK
RGB Variations
Color information
#BDDB76 (or 0xBDDB76) is known color: Sulu. HEX triplet: BD, DB and 76. RGB value is (189,219,118). Sum of RGB (Red+Green+Blue) = 189+219+118=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB76 is #422489. Grayscale: #C6C6C6. Windows color (decimal): -4334730 or 7789501. OLE color: 7789501.
HSL color Cylindrical-coordinate representation of color #BDDB76: hue angle of 77.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDDB76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 118 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.14 |
| HSL | 77.82º | 0.58% | 0.66% | - |
| HSV(B) | 77.82º | 0.46% | 0.86% | - |
| XYZ | 49.59 | 62.79 | 26.65 | - |
| YUV | 198.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 118 | 0.14 | 0 | 0.46 | 0.14 | 77.82 | 0.58 | 0.66 |
| Hex | BD | DB | 76 | E | 0 | 2E | E | 4E | 3A | 42 |
| Octal | 275 | 333 | 166 | 16 | 0 | 56 | 16 | 116 | 72 | 102 |
| Binary | 10111101 | 11011011 | 1110110 | 1110 | 0 | 101110 | 1110 | 1001110 | 111010 | 1000010 |
Color Harmonies of #BDDB76
Complementary color
Monochromatic Colors of #BDDB76
Black with #BDDB76
Text Example
Text Example
White with #BDDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB76; }
p { color: rgb(189,219,118); }
H1.HeaderClassName
{
color: #BDDB76;
}
.AnyTagClassName
{
color: #BDDB76;
}
</style>
background-color css
<style>
a { background-color: #BDDB76; }
a { background-color: rgb(189,219,118); }
div.DivClassName
{
background-color: #BDDB76;
}
.BgClassName
{
background-color: #BDDB76;
}
</style>
border-color css
<style>
span { border-color: #BDDB76; }
span { border-color: rgb(189,219,118); }
td.TdClassName
{
border-color: #BDDB76;
}
.TagClassName
{
border-color: #BDDB76;
}
</style>