Shades of Sulu #B9DF7B
Tints of Sulu #B9DF7B
RGB
CMYK
RGB Variations
Color information
#B9DF7B (or 0xB9DF7B) is known color: Sulu. HEX triplet: B9, DF and 7B. RGB value is (185,223,123). Sum of RGB (Red+Green+Blue) = 185+223+123=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF7B is #462084. Grayscale: #C8C8C8. Windows color (decimal): -4595845 or 8118201. OLE color: 8118201.
HSL color Cylindrical-coordinate representation of color #B9DF7B: hue angle of 82.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9DF7B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 123 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.13 |
| HSL | 82.8º | 0.61% | 0.68% | - |
| HSV(B) | 82.8º | 0.45% | 0.87% | - |
| XYZ | 49.97 | 64.52 | 28.56 | - |
| YUV | 200.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 123 | 0.17 | 0 | 0.45 | 0.13 | 82.8 | 0.61 | 0.68 |
| Hex | B9 | DF | 7B | 11 | 0 | 2D | D | 53 | 3D | 44 |
| Octal | 271 | 337 | 173 | 21 | 0 | 55 | 15 | 123 | 75 | 104 |
| Binary | 10111001 | 11011111 | 1111011 | 10001 | 0 | 101101 | 1101 | 1010011 | 111101 | 1000100 |
Color Harmonies of #B9DF7B
Complementary color
Monochromatic Colors of #B9DF7B
Black with #B9DF7B
Text Example
Text Example
White with #B9DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF7B; }
p { color: rgb(185,223,123); }
H1.HeaderClassName
{
color: #B9DF7B;
}
.AnyTagClassName
{
color: #B9DF7B;
}
</style>
background-color css
<style>
a { background-color: #B9DF7B; }
a { background-color: rgb(185,223,123); }
div.DivClassName
{
background-color: #B9DF7B;
}
.BgClassName
{
background-color: #B9DF7B;
}
</style>
border-color css
<style>
span { border-color: #B9DF7B; }
span { border-color: rgb(185,223,123); }
td.TdClassName
{
border-color: #B9DF7B;
}
.TagClassName
{
border-color: #B9DF7B;
}
</style>