Shades of Sulu #B9DF6D
Tints of Sulu #B9DF6D
RGB
CMYK
RGB Variations
Color information
#B9DF6D (or 0xB9DF6D) is known color: Sulu. HEX triplet: B9, DF and 6D. RGB value is (185,223,109). Sum of RGB (Red+Green+Blue) = 185+223+109=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF6D is #462092. Grayscale: #C7C7C7. Windows color (decimal): -4595859 or 7200697. OLE color: 7200697.
HSL color Cylindrical-coordinate representation of color #B9DF6D: hue angle of 80º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9DF6D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 109 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.13 |
| HSL | 80º | 0.64% | 0.65% | - |
| HSV(B) | 80º | 0.51% | 0.87% | - |
| XYZ | 49.16 | 64.19 | 24.27 | - |
| YUV | 198.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 109 | 0.17 | 0 | 0.51 | 0.13 | 80 | 0.64 | 0.65 |
| Hex | B9 | DF | 6D | 11 | 0 | 33 | D | 50 | 40 | 41 |
| Octal | 271 | 337 | 155 | 21 | 0 | 63 | 15 | 120 | 100 | 101 |
| Binary | 10111001 | 11011111 | 1101101 | 10001 | 0 | 110011 | 1101 | 1010000 | 1000000 | 1000001 |
Color Harmonies of #B9DF6D
Complementary color
Monochromatic Colors of #B9DF6D
Black with #B9DF6D
Text Example
Text Example
White with #B9DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF6D; }
p { color: rgb(185,223,109); }
H1.HeaderClassName
{
color: #B9DF6D;
}
.AnyTagClassName
{
color: #B9DF6D;
}
</style>
background-color css
<style>
a { background-color: #B9DF6D; }
a { background-color: rgb(185,223,109); }
div.DivClassName
{
background-color: #B9DF6D;
}
.BgClassName
{
background-color: #B9DF6D;
}
</style>
border-color css
<style>
span { border-color: #B9DF6D; }
span { border-color: rgb(185,223,109); }
td.TdClassName
{
border-color: #B9DF6D;
}
.TagClassName
{
border-color: #B9DF6D;
}
</style>