Shades of Sulu #BDE98A
Tints of Sulu #BDE98A
RGB
CMYK
RGB Variations
Color information
#BDE98A (or 0xBDE98A) is known color: Sulu. HEX triplet: BD, E9 and 8A. RGB value is (189,233,138). Sum of RGB (Red+Green+Blue) = 189+233+138=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE98A is #421675. Grayscale: #D1D1D1. Windows color (decimal): -4331126 or 9103805. OLE color: 9103805.
HSL color Cylindrical-coordinate representation of color #BDE98A: hue angle of 87.79º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE98A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 138 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.09 |
| HSL | 87.79º | 0.68% | 0.73% | - |
| HSV(B) | 87.79º | 0.41% | 0.91% | - |
| XYZ | 54.71 | 70.93 | 34.85 | - |
| YUV | 209.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 138 | 0.19 | 0 | 0.41 | 0.09 | 87.79 | 0.68 | 0.73 |
| Hex | BD | E9 | 8A | 13 | 0 | 29 | 9 | 58 | 44 | 49 |
| Octal | 275 | 351 | 212 | 23 | 0 | 51 | 11 | 130 | 104 | 111 |
| Binary | 10111101 | 11101001 | 10001010 | 10011 | 0 | 101001 | 1001 | 1011000 | 1000100 | 1001001 |
Color Harmonies of #BDE98A
Complementary color
Monochromatic Colors of #BDE98A
Black with #BDE98A
Text Example
Text Example
White with #BDE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE98A; }
p { color: rgb(189,233,138); }
H1.HeaderClassName
{
color: #BDE98A;
}
.AnyTagClassName
{
color: #BDE98A;
}
</style>
background-color css
<style>
a { background-color: #BDE98A; }
a { background-color: rgb(189,233,138); }
div.DivClassName
{
background-color: #BDE98A;
}
.BgClassName
{
background-color: #BDE98A;
}
</style>
border-color css
<style>
span { border-color: #BDE98A; }
span { border-color: rgb(189,233,138); }
td.TdClassName
{
border-color: #BDE98A;
}
.TagClassName
{
border-color: #BDE98A;
}
</style>