Shades of Sulu #BDD88A
Tints of Sulu #BDD88A
RGB
CMYK
RGB Variations
Color information
#BDD88A (or 0xBDD88A) is known color: Sulu. HEX triplet: BD, D8 and 8A. RGB value is (189,216,138). Sum of RGB (Red+Green+Blue) = 189+216+138=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD88A is #422775. Grayscale: #C7C7C7. Windows color (decimal): -4335478 or 9099453. OLE color: 9099453.
HSL color Cylindrical-coordinate representation of color #BDD88A: hue angle of 80.77º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD88A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 138 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.15 |
| HSL | 80.77º | 0.5% | 0.69% | - |
| HSV(B) | 80.77º | 0.36% | 0.85% | - |
| XYZ | 50.13 | 61.77 | 33.32 | - |
| YUV | 199.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 138 | 0.12 | 0 | 0.36 | 0.15 | 80.77 | 0.5 | 0.69 |
| Hex | BD | D8 | 8A | C | 0 | 24 | F | 51 | 32 | 45 |
| Octal | 275 | 330 | 212 | 14 | 0 | 44 | 17 | 121 | 62 | 105 |
| Binary | 10111101 | 11011000 | 10001010 | 1100 | 0 | 100100 | 1111 | 1010001 | 110010 | 1000101 |
Color Harmonies of #BDD88A
Complementary color
Monochromatic Colors of #BDD88A
Black with #BDD88A
Text Example
Text Example
White with #BDD88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD88A; }
p { color: rgb(189,216,138); }
H1.HeaderClassName
{
color: #BDD88A;
}
.AnyTagClassName
{
color: #BDD88A;
}
</style>
background-color css
<style>
a { background-color: #BDD88A; }
a { background-color: rgb(189,216,138); }
div.DivClassName
{
background-color: #BDD88A;
}
.BgClassName
{
background-color: #BDD88A;
}
</style>
border-color css
<style>
span { border-color: #BDD88A; }
span { border-color: rgb(189,216,138); }
td.TdClassName
{
border-color: #BDD88A;
}
.TagClassName
{
border-color: #BDD88A;
}
</style>