Shades of Sulu #BAF184
Tints of Sulu #BAF184
RGB
CMYK
RGB Variations
Color information
#BAF184 (or 0xBAF184) is known color: Sulu. HEX triplet: BA, F1 and 84. RGB value is (186,241,132). Sum of RGB (Red+Green+Blue) = 186+241+132=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF184 is #450E7B. Grayscale: #D4D4D4. Windows color (decimal): -4525692 or 8712634. OLE color: 8712634.
HSL color Cylindrical-coordinate representation of color #BAF184: hue angle of 90.28º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAF184 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 132 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.05 |
| HSL | 90.28º | 0.8% | 0.73% | - |
| HSV(B) | 90.28º | 0.45% | 0.95% | - |
| XYZ | 55.87 | 75.02 | 33.36 | - |
| YUV | 212.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 132 | 0.23 | 0 | 0.45 | 0.05 | 90.28 | 0.8 | 0.73 |
| Hex | BA | F1 | 84 | 17 | 0 | 2D | 5 | 5A | 50 | 49 |
| Octal | 272 | 361 | 204 | 27 | 0 | 55 | 5 | 132 | 120 | 111 |
| Binary | 10111010 | 11110001 | 10000100 | 10111 | 0 | 101101 | 101 | 1011010 | 1010000 | 1001001 |
Color Harmonies of #BAF184
Complementary color
Monochromatic Colors of #BAF184
Black with #BAF184
Text Example
Text Example
White with #BAF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF184; }
p { color: rgb(186,241,132); }
H1.HeaderClassName
{
color: #BAF184;
}
.AnyTagClassName
{
color: #BAF184;
}
</style>
background-color css
<style>
a { background-color: #BAF184; }
a { background-color: rgb(186,241,132); }
div.DivClassName
{
background-color: #BAF184;
}
.BgClassName
{
background-color: #BAF184;
}
</style>
border-color css
<style>
span { border-color: #BAF184; }
span { border-color: rgb(186,241,132); }
td.TdClassName
{
border-color: #BAF184;
}
.TagClassName
{
border-color: #BAF184;
}
</style>