Shades of Sulu #BDD98C
Tints of Sulu #BDD98C
RGB
CMYK
RGB Variations
Color information
#BDD98C (or 0xBDD98C) is known color: Sulu. HEX triplet: BD, D9 and 8C. RGB value is (189,217,140). Sum of RGB (Red+Green+Blue) = 189+217+140=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98C is #422673. Grayscale: #C8C8C8. Windows color (decimal): -4335220 or 9230781. OLE color: 9230781.
HSL color Cylindrical-coordinate representation of color #BDD98C: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD98C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 140 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.15 |
| HSL | 81.82º | 0.5% | 0.7% | - |
| HSV(B) | 81.82º | 0.35% | 0.85% | - |
| XYZ | 50.53 | 62.34 | 34.18 | - |
| YUV | 199.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 140 | 0.13 | 0 | 0.35 | 0.15 | 81.82 | 0.5 | 0.7 |
| Hex | BD | D9 | 8C | D | 0 | 23 | F | 52 | 32 | 46 |
| Octal | 275 | 331 | 214 | 15 | 0 | 43 | 17 | 122 | 62 | 106 |
| Binary | 10111101 | 11011001 | 10001100 | 1101 | 0 | 100011 | 1111 | 1010010 | 110010 | 1000110 |
Color Harmonies of #BDD98C
Complementary color
Monochromatic Colors of #BDD98C
Black with #BDD98C
Text Example
Text Example
White with #BDD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD98C; }
p { color: rgb(189,217,140); }
H1.HeaderClassName
{
color: #BDD98C;
}
.AnyTagClassName
{
color: #BDD98C;
}
</style>
background-color css
<style>
a { background-color: #BDD98C; }
a { background-color: rgb(189,217,140); }
div.DivClassName
{
background-color: #BDD98C;
}
.BgClassName
{
background-color: #BDD98C;
}
</style>
border-color css
<style>
span { border-color: #BDD98C; }
span { border-color: rgb(189,217,140); }
td.TdClassName
{
border-color: #BDD98C;
}
.TagClassName
{
border-color: #BDD98C;
}
</style>