Shades of Sulu #BDDD8A
Tints of Sulu #BDDD8A
RGB
CMYK
RGB Variations
Color information
#BDDD8A (or 0xBDDD8A) is known color: Sulu. HEX triplet: BD, DD and 8A. RGB value is (189,221,138). Sum of RGB (Red+Green+Blue) = 189+221+138=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD8A is #422275. Grayscale: #CACACA. Windows color (decimal): -4334198 or 9100733. OLE color: 9100733.
HSL color Cylindrical-coordinate representation of color #BDDD8A: hue angle of 83.13º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDDD8A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 138 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.13 |
| HSL | 83.13º | 0.55% | 0.7% | - |
| HSV(B) | 83.13º | 0.38% | 0.87% | - |
| XYZ | 51.43 | 64.37 | 33.76 | - |
| YUV | 201.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 138 | 0.14 | 0 | 0.38 | 0.13 | 83.13 | 0.55 | 0.7 |
| Hex | BD | DD | 8A | E | 0 | 26 | D | 53 | 37 | 46 |
| Octal | 275 | 335 | 212 | 16 | 0 | 46 | 15 | 123 | 67 | 106 |
| Binary | 10111101 | 11011101 | 10001010 | 1110 | 0 | 100110 | 1101 | 1010011 | 110111 | 1000110 |
Color Harmonies of #BDDD8A
Complementary color
Monochromatic Colors of #BDDD8A
Black with #BDDD8A
Text Example
Text Example
White with #BDDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD8A; }
p { color: rgb(189,221,138); }
H1.HeaderClassName
{
color: #BDDD8A;
}
.AnyTagClassName
{
color: #BDDD8A;
}
</style>
background-color css
<style>
a { background-color: #BDDD8A; }
a { background-color: rgb(189,221,138); }
div.DivClassName
{
background-color: #BDDD8A;
}
.BgClassName
{
background-color: #BDDD8A;
}
</style>
border-color css
<style>
span { border-color: #BDDD8A; }
span { border-color: rgb(189,221,138); }
td.TdClassName
{
border-color: #BDDD8A;
}
.TagClassName
{
border-color: #BDDD8A;
}
</style>