Shades of Sulu #BDE96B
Tints of Sulu #BDE96B
RGB
CMYK
RGB Variations
Color information
#BDE96B (or 0xBDE96B) is known color: Sulu. HEX triplet: BD, E9 and 6B. RGB value is (189,233,107). Sum of RGB (Red+Green+Blue) = 189+233+107=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE96B is #421694. Grayscale: #CDCDCD. Windows color (decimal): -4331157 or 7072189. OLE color: 7072189.
HSL color Cylindrical-coordinate representation of color #BDE96B: hue angle of 80.95º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE96B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 107 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.09 |
| HSL | 80.95º | 0.74% | 0.67% | - |
| HSV(B) | 80.95º | 0.54% | 0.91% | - |
| XYZ | 52.78 | 70.16 | 24.67 | - |
| YUV | 205.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 107 | 0.19 | 0 | 0.54 | 0.09 | 80.95 | 0.74 | 0.67 |
| Hex | BD | E9 | 6B | 13 | 0 | 36 | 9 | 51 | 4A | 43 |
| Octal | 275 | 351 | 153 | 23 | 0 | 66 | 11 | 121 | 112 | 103 |
| Binary | 10111101 | 11101001 | 1101011 | 10011 | 0 | 110110 | 1001 | 1010001 | 1001010 | 1000011 |
Color Harmonies of #BDE96B
Complementary color
Monochromatic Colors of #BDE96B
Black with #BDE96B
Text Example
Text Example
White with #BDE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE96B; }
p { color: rgb(189,233,107); }
H1.HeaderClassName
{
color: #BDE96B;
}
.AnyTagClassName
{
color: #BDE96B;
}
</style>
background-color css
<style>
a { background-color: #BDE96B; }
a { background-color: rgb(189,233,107); }
div.DivClassName
{
background-color: #BDE96B;
}
.BgClassName
{
background-color: #BDE96B;
}
</style>
border-color css
<style>
span { border-color: #BDE96B; }
span { border-color: rgb(189,233,107); }
td.TdClassName
{
border-color: #BDE96B;
}
.TagClassName
{
border-color: #BDE96B;
}
</style>