Shades of Sulu #BDDA7B
Tints of Sulu #BDDA7B
RGB
CMYK
RGB Variations
Color information
#BDDA7B (or 0xBDDA7B) is known color: Sulu. HEX triplet: BD, DA and 7B. RGB value is (189,218,123). Sum of RGB (Red+Green+Blue) = 189+218+123=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA7B is #422584. Grayscale: #C6C6C6. Windows color (decimal): -4334981 or 8116925. OLE color: 8116925.
HSL color Cylindrical-coordinate representation of color #BDDA7B: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDA7B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 123 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 78.32º | 0.56% | 0.67% | - |
| HSV(B) | 78.32º | 0.44% | 0.85% | - |
| XYZ | 49.63 | 62.39 | 28.17 | - |
| YUV | 198.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 123 | 0.13 | 0 | 0.44 | 0.15 | 78.32 | 0.56 | 0.67 |
| Hex | BD | DA | 7B | D | 0 | 2C | F | 4E | 38 | 43 |
| Octal | 275 | 332 | 173 | 15 | 0 | 54 | 17 | 116 | 70 | 103 |
| Binary | 10111101 | 11011010 | 1111011 | 1101 | 0 | 101100 | 1111 | 1001110 | 111000 | 1000011 |
Color Harmonies of #BDDA7B
Complementary color
Monochromatic Colors of #BDDA7B
Black with #BDDA7B
Text Example
Text Example
White with #BDDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA7B; }
p { color: rgb(189,218,123); }
H1.HeaderClassName
{
color: #BDDA7B;
}
.AnyTagClassName
{
color: #BDDA7B;
}
</style>
background-color css
<style>
a { background-color: #BDDA7B; }
a { background-color: rgb(189,218,123); }
div.DivClassName
{
background-color: #BDDA7B;
}
.BgClassName
{
background-color: #BDDA7B;
}
</style>
border-color css
<style>
span { border-color: #BDDA7B; }
span { border-color: rgb(189,218,123); }
td.TdClassName
{
border-color: #BDDA7B;
}
.TagClassName
{
border-color: #BDDA7B;
}
</style>