Shades of Sulu #BDDB7B
Tints of Sulu #BDDB7B
RGB
CMYK
RGB Variations
Color information
#BDDB7B (or 0xBDDB7B) is known color: Sulu. HEX triplet: BD, DB and 7B. RGB value is (189,219,123). Sum of RGB (Red+Green+Blue) = 189+219+123=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7B is #422484. Grayscale: #C7C7C7. Windows color (decimal): -4334725 or 8117181. OLE color: 8117181.
HSL color Cylindrical-coordinate representation of color #BDDB7B: hue angle of 78.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDB7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 123 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.14 |
| HSL | 78.75º | 0.57% | 0.67% | - |
| HSV(B) | 78.75º | 0.44% | 0.86% | - |
| XYZ | 49.89 | 62.91 | 28.25 | - |
| YUV | 199.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 123 | 0.14 | 0 | 0.44 | 0.14 | 78.75 | 0.57 | 0.67 |
| Hex | BD | DB | 7B | E | 0 | 2C | E | 4F | 39 | 43 |
| Octal | 275 | 333 | 173 | 16 | 0 | 54 | 16 | 117 | 71 | 103 |
| Binary | 10111101 | 11011011 | 1111011 | 1110 | 0 | 101100 | 1110 | 1001111 | 111001 | 1000011 |
Color Harmonies of #BDDB7B
Complementary color
Monochromatic Colors of #BDDB7B
Black with #BDDB7B
Text Example
Text Example
White with #BDDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB7B; }
p { color: rgb(189,219,123); }
H1.HeaderClassName
{
color: #BDDB7B;
}
.AnyTagClassName
{
color: #BDDB7B;
}
</style>
background-color css
<style>
a { background-color: #BDDB7B; }
a { background-color: rgb(189,219,123); }
div.DivClassName
{
background-color: #BDDB7B;
}
.BgClassName
{
background-color: #BDDB7B;
}
</style>
border-color css
<style>
span { border-color: #BDDB7B; }
span { border-color: rgb(189,219,123); }
td.TdClassName
{
border-color: #BDDB7B;
}
.TagClassName
{
border-color: #BDDB7B;
}
</style>