Shades of Sulu #B9FF8A
Tints of Sulu #B9FF8A
RGB
CMYK
RGB Variations
Color information
#B9FF8A (or 0xB9FF8A) is known color: Sulu. HEX triplet: B9, FF and 8A. RGB value is (185,255,138). Sum of RGB (Red+Green+Blue) = 185+255+138=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF8A is #460075. Grayscale: #DDDDDD. Windows color (decimal): -4587638 or 9109433. OLE color: 9109433.
HSL color Cylindrical-coordinate representation of color #B9FF8A: hue angle of 95.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9FF8A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 138 | - |
| CMYK | 0.27 | 0 | 0.46 | 0 |
| HSL | 95.9º | 1% | 0.77% | - |
| HSV(B) | 95.9º | 0.46% | 1% | - |
| XYZ | 60.36 | 83.67 | 37.01 | - |
| YUV | 220.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 138 | 0.27 | 0 | 0.46 | 0 | 95.9 | 1 | 0.77 |
| Hex | B9 | FF | 8A | 1B | 0 | 2E | 0 | 60 | 64 | 4D |
| Octal | 271 | 377 | 212 | 33 | 0 | 56 | 0 | 140 | 144 | 115 |
| Binary | 10111001 | 11111111 | 10001010 | 11011 | 0 | 101110 | 0 | 1100000 | 1100100 | 1001101 |
Color Harmonies of #B9FF8A
Complementary color
Monochromatic Colors of #B9FF8A
Black with #B9FF8A
Text Example
Text Example
White with #B9FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF8A; }
p { color: rgb(185,255,138); }
H1.HeaderClassName
{
color: #B9FF8A;
}
.AnyTagClassName
{
color: #B9FF8A;
}
</style>
background-color css
<style>
a { background-color: #B9FF8A; }
a { background-color: rgb(185,255,138); }
div.DivClassName
{
background-color: #B9FF8A;
}
.BgClassName
{
background-color: #B9FF8A;
}
</style>
border-color css
<style>
span { border-color: #B9FF8A; }
span { border-color: rgb(185,255,138); }
td.TdClassName
{
border-color: #B9FF8A;
}
.TagClassName
{
border-color: #B9FF8A;
}
</style>