Shades of Sulu #B9FF8C
Tints of Sulu #B9FF8C
RGB
CMYK
RGB Variations
Color information
#B9FF8C (or 0xB9FF8C) is known color: Sulu. HEX triplet: B9, FF and 8C. RGB value is (185,255,140). Sum of RGB (Red+Green+Blue) = 185+255+140=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF8C is #460073. Grayscale: #DDDDDD. Windows color (decimal): -4587636 or 9240505. OLE color: 9240505.
HSL color Cylindrical-coordinate representation of color #B9FF8C: hue angle of 96.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9FF8C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 140 | - |
| CMYK | 0.27 | 0 | 0.45 | 0 |
| HSL | 96.52º | 1% | 0.77% | - |
| HSV(B) | 96.52º | 0.45% | 1% | - |
| XYZ | 60.5 | 83.73 | 37.78 | - |
| YUV | 220.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 140 | 0.27 | 0 | 0.45 | 0 | 96.52 | 1 | 0.77 |
| Hex | B9 | FF | 8C | 1B | 0 | 2D | 0 | 61 | 64 | 4D |
| Octal | 271 | 377 | 214 | 33 | 0 | 55 | 0 | 141 | 144 | 115 |
| Binary | 10111001 | 11111111 | 10001100 | 11011 | 0 | 101101 | 0 | 1100001 | 1100100 | 1001101 |
Color Harmonies of #B9FF8C
Complementary color
Monochromatic Colors of #B9FF8C
Black with #B9FF8C
Text Example
Text Example
White with #B9FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF8C; }
p { color: rgb(185,255,140); }
H1.HeaderClassName
{
color: #B9FF8C;
}
.AnyTagClassName
{
color: #B9FF8C;
}
</style>
background-color css
<style>
a { background-color: #B9FF8C; }
a { background-color: rgb(185,255,140); }
div.DivClassName
{
background-color: #B9FF8C;
}
.BgClassName
{
background-color: #B9FF8C;
}
</style>
border-color css
<style>
span { border-color: #B9FF8C; }
span { border-color: rgb(185,255,140); }
td.TdClassName
{
border-color: #B9FF8C;
}
.TagClassName
{
border-color: #B9FF8C;
}
</style>