Shades of Sulu #BDDB7E
Tints of Sulu #BDDB7E
RGB
CMYK
RGB Variations
Color information
#BDDB7E (or 0xBDDB7E) is known color: Sulu. HEX triplet: BD, DB and 7E. RGB value is (189,219,126). Sum of RGB (Red+Green+Blue) = 189+219+126=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7E is #422481. Grayscale: #C7C7C7. Windows color (decimal): -4334722 or 8313789. OLE color: 8313789.
HSL color Cylindrical-coordinate representation of color #BDDB7E: hue angle of 79.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDB7E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 126 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.14 |
| HSL | 79.35º | 0.56% | 0.68% | - |
| HSV(B) | 79.35º | 0.42% | 0.86% | - |
| XYZ | 50.08 | 62.99 | 29.26 | - |
| YUV | 199.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 126 | 0.14 | 0 | 0.42 | 0.14 | 79.35 | 0.56 | 0.68 |
| Hex | BD | DB | 7E | E | 0 | 2A | E | 4F | 38 | 44 |
| Octal | 275 | 333 | 176 | 16 | 0 | 52 | 16 | 117 | 70 | 104 |
| Binary | 10111101 | 11011011 | 1111110 | 1110 | 0 | 101010 | 1110 | 1001111 | 111000 | 1000100 |
Color Harmonies of #BDDB7E
Complementary color
Monochromatic Colors of #BDDB7E
Black with #BDDB7E
Text Example
Text Example
White with #BDDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB7E; }
p { color: rgb(189,219,126); }
H1.HeaderClassName
{
color: #BDDB7E;
}
.AnyTagClassName
{
color: #BDDB7E;
}
</style>
background-color css
<style>
a { background-color: #BDDB7E; }
a { background-color: rgb(189,219,126); }
div.DivClassName
{
background-color: #BDDB7E;
}
.BgClassName
{
background-color: #BDDB7E;
}
</style>
border-color css
<style>
span { border-color: #BDDB7E; }
span { border-color: rgb(189,219,126); }
td.TdClassName
{
border-color: #BDDB7E;
}
.TagClassName
{
border-color: #BDDB7E;
}
</style>