Shades of Sulu #BAF173
Tints of Sulu #BAF173
RGB
CMYK
RGB Variations
Color information
#BAF173 (or 0xBAF173) is known color: Sulu. HEX triplet: BA, F1 and 73. RGB value is (186,241,115). Sum of RGB (Red+Green+Blue) = 186+241+115=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF173 is #450E8C. Grayscale: #D2D2D2. Windows color (decimal): -4525709 or 7598522. OLE color: 7598522.
HSL color Cylindrical-coordinate representation of color #BAF173: hue angle of 86.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF173 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 115 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.05 |
| HSL | 86.19º | 0.82% | 0.7% | - |
| HSV(B) | 86.19º | 0.52% | 0.95% | - |
| XYZ | 54.8 | 74.59 | 27.73 | - |
| YUV | 210.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 115 | 0.23 | 0 | 0.52 | 0.05 | 86.19 | 0.82 | 0.7 |
| Hex | BA | F1 | 73 | 17 | 0 | 34 | 5 | 56 | 52 | 46 |
| Octal | 272 | 361 | 163 | 27 | 0 | 64 | 5 | 126 | 122 | 106 |
| Binary | 10111010 | 11110001 | 1110011 | 10111 | 0 | 110100 | 101 | 1010110 | 1010010 | 1000110 |
Color Harmonies of #BAF173
Complementary color
Monochromatic Colors of #BAF173
Black with #BAF173
Text Example
Text Example
White with #BAF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF173; }
p { color: rgb(186,241,115); }
H1.HeaderClassName
{
color: #BAF173;
}
.AnyTagClassName
{
color: #BAF173;
}
</style>
background-color css
<style>
a { background-color: #BAF173; }
a { background-color: rgb(186,241,115); }
div.DivClassName
{
background-color: #BAF173;
}
.BgClassName
{
background-color: #BAF173;
}
</style>
border-color css
<style>
span { border-color: #BAF173; }
span { border-color: rgb(186,241,115); }
td.TdClassName
{
border-color: #BAF173;
}
.TagClassName
{
border-color: #BAF173;
}
</style>