Shades of Sulu #BAFF8A
Tints of Sulu #BAFF8A
RGB
CMYK
RGB Variations
Color information
#BAFF8A (or 0xBAFF8A) is known color: Sulu. HEX triplet: BA, FF and 8A. RGB value is (186,255,138). Sum of RGB (Red+Green+Blue) = 186+255+138=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF8A is #450075. Grayscale: #DDDDDD. Windows color (decimal): -4522102 or 9109434. OLE color: 9109434.
HSL color Cylindrical-coordinate representation of color #BAFF8A: hue angle of 95.38º 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 #BAFF8A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 138 | - |
| CMYK | 0.27 | 0 | 0.46 | 0 |
| HSL | 95.38º | 1% | 0.77% | - |
| HSV(B) | 95.38º | 0.46% | 1% | - |
| XYZ | 60.6 | 83.79 | 37.02 | - |
| YUV | 221.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 138 | 0.27 | 0 | 0.46 | 0 | 95.38 | 1 | 0.77 |
| Hex | BA | FF | 8A | 1B | 0 | 2E | 0 | 5F | 64 | 4D |
| Octal | 272 | 377 | 212 | 33 | 0 | 56 | 0 | 137 | 144 | 115 |
| Binary | 10111010 | 11111111 | 10001010 | 11011 | 0 | 101110 | 0 | 1011111 | 1100100 | 1001101 |
Color Harmonies of #BAFF8A
Complementary color
Monochromatic Colors of #BAFF8A
Black with #BAFF8A
Text Example
Text Example
White with #BAFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF8A; }
p { color: rgb(186,255,138); }
H1.HeaderClassName
{
color: #BAFF8A;
}
.AnyTagClassName
{
color: #BAFF8A;
}
</style>
background-color css
<style>
a { background-color: #BAFF8A; }
a { background-color: rgb(186,255,138); }
div.DivClassName
{
background-color: #BAFF8A;
}
.BgClassName
{
background-color: #BAFF8A;
}
</style>
border-color css
<style>
span { border-color: #BAFF8A; }
span { border-color: rgb(186,255,138); }
td.TdClassName
{
border-color: #BAFF8A;
}
.TagClassName
{
border-color: #BAFF8A;
}
</style>