Shades of Sulu #BDE08A
Tints of Sulu #BDE08A
RGB
CMYK
RGB Variations
Color information
#BDE08A (or 0xBDE08A) is known color: Sulu. HEX triplet: BD, E0 and 8A. RGB value is (189,224,138). Sum of RGB (Red+Green+Blue) = 189+224+138=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08A is #421F75. Grayscale: #CCCCCC. Windows color (decimal): -4333430 or 9101501. OLE color: 9101501.
HSL color Cylindrical-coordinate representation of color #BDE08A: hue angle of 84.42º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE08A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 138 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.12 |
| HSL | 84.42º | 0.58% | 0.71% | - |
| HSV(B) | 84.42º | 0.38% | 0.88% | - |
| XYZ | 52.23 | 65.97 | 34.02 | - |
| YUV | 203.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 138 | 0.16 | 0 | 0.38 | 0.12 | 84.42 | 0.58 | 0.71 |
| Hex | BD | E0 | 8A | 10 | 0 | 26 | C | 54 | 3A | 47 |
| Octal | 275 | 340 | 212 | 20 | 0 | 46 | 14 | 124 | 72 | 107 |
| Binary | 10111101 | 11100000 | 10001010 | 10000 | 0 | 100110 | 1100 | 1010100 | 111010 | 1000111 |
Color Harmonies of #BDE08A
Complementary color
Monochromatic Colors of #BDE08A
Black with #BDE08A
Text Example
Text Example
White with #BDE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE08A; }
p { color: rgb(189,224,138); }
H1.HeaderClassName
{
color: #BDE08A;
}
.AnyTagClassName
{
color: #BDE08A;
}
</style>
background-color css
<style>
a { background-color: #BDE08A; }
a { background-color: rgb(189,224,138); }
div.DivClassName
{
background-color: #BDE08A;
}
.BgClassName
{
background-color: #BDE08A;
}
</style>
border-color css
<style>
span { border-color: #BDE08A; }
span { border-color: rgb(189,224,138); }
td.TdClassName
{
border-color: #BDE08A;
}
.TagClassName
{
border-color: #BDE08A;
}
</style>