Shades of Sulu #B9DF82
Tints of Sulu #B9DF82
RGB
CMYK
RGB Variations
Color information
#B9DF82 (or 0xB9DF82) is known color: Sulu. HEX triplet: B9, DF and 82. RGB value is (185,223,130). Sum of RGB (Red+Green+Blue) = 185+223+130=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF82 is #46207D. Grayscale: #C9C9C9. Windows color (decimal): -4595838 or 8576953. OLE color: 8576953.
HSL color Cylindrical-coordinate representation of color #B9DF82: hue angle of 84.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9DF82 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 130 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.13 |
| HSL | 84.52º | 0.59% | 0.69% | - |
| HSV(B) | 84.52º | 0.42% | 0.87% | - |
| XYZ | 50.42 | 64.7 | 30.95 | - |
| YUV | 201.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 130 | 0.17 | 0 | 0.42 | 0.13 | 84.52 | 0.59 | 0.69 |
| Hex | B9 | DF | 82 | 11 | 0 | 2A | D | 55 | 3B | 45 |
| Octal | 271 | 337 | 202 | 21 | 0 | 52 | 15 | 125 | 73 | 105 |
| Binary | 10111001 | 11011111 | 10000010 | 10001 | 0 | 101010 | 1101 | 1010101 | 111011 | 1000101 |
Color Harmonies of #B9DF82
Complementary color
Monochromatic Colors of #B9DF82
Black with #B9DF82
Text Example
Text Example
White with #B9DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF82; }
p { color: rgb(185,223,130); }
H1.HeaderClassName
{
color: #B9DF82;
}
.AnyTagClassName
{
color: #B9DF82;
}
</style>
background-color css
<style>
a { background-color: #B9DF82; }
a { background-color: rgb(185,223,130); }
div.DivClassName
{
background-color: #B9DF82;
}
.BgClassName
{
background-color: #B9DF82;
}
</style>
border-color css
<style>
span { border-color: #B9DF82; }
span { border-color: rgb(185,223,130); }
td.TdClassName
{
border-color: #B9DF82;
}
.TagClassName
{
border-color: #B9DF82;
}
</style>