Shades of Sulu #B9DF84
Tints of Sulu #B9DF84
RGB
CMYK
RGB Variations
Color information
#B9DF84 (or 0xB9DF84) is known color: Sulu. HEX triplet: B9, DF and 84. RGB value is (185,223,132). Sum of RGB (Red+Green+Blue) = 185+223+132=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF84 is #46207B. Grayscale: #C9C9C9. Windows color (decimal): -4595836 or 8708025. OLE color: 8708025.
HSL color Cylindrical-coordinate representation of color #B9DF84: hue angle of 85.05º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9DF84 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 132 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.13 |
| HSL | 85.05º | 0.59% | 0.7% | - |
| HSV(B) | 85.05º | 0.41% | 0.87% | - |
| XYZ | 50.56 | 64.76 | 31.66 | - |
| YUV | 201.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 132 | 0.17 | 0 | 0.41 | 0.13 | 85.05 | 0.59 | 0.7 |
| Hex | B9 | DF | 84 | 11 | 0 | 29 | D | 55 | 3B | 46 |
| Octal | 271 | 337 | 204 | 21 | 0 | 51 | 15 | 125 | 73 | 106 |
| Binary | 10111001 | 11011111 | 10000100 | 10001 | 0 | 101001 | 1101 | 1010101 | 111011 | 1000110 |
Color Harmonies of #B9DF84
Complementary color
Monochromatic Colors of #B9DF84
Black with #B9DF84
Text Example
Text Example
White with #B9DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF84; }
p { color: rgb(185,223,132); }
H1.HeaderClassName
{
color: #B9DF84;
}
.AnyTagClassName
{
color: #B9DF84;
}
</style>
background-color css
<style>
a { background-color: #B9DF84; }
a { background-color: rgb(185,223,132); }
div.DivClassName
{
background-color: #B9DF84;
}
.BgClassName
{
background-color: #B9DF84;
}
</style>
border-color css
<style>
span { border-color: #B9DF84; }
span { border-color: rgb(185,223,132); }
td.TdClassName
{
border-color: #B9DF84;
}
.TagClassName
{
border-color: #B9DF84;
}
</style>