Shades of Sulu #BAF188
Tints of Sulu #BAF188
RGB
CMYK
RGB Variations
Color information
#BAF188 (or 0xBAF188) is known color: Sulu. HEX triplet: BA, F1 and 88. RGB value is (186,241,136). Sum of RGB (Red+Green+Blue) = 186+241+136=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF188 is #450E77. Grayscale: #D4D4D4. Windows color (decimal): -4525688 or 8974778. OLE color: 8974778.
HSL color Cylindrical-coordinate representation of color #BAF188: hue angle of 91.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF188 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 136 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.05 |
| HSL | 91.43º | 0.79% | 0.74% | - |
| HSV(B) | 91.43º | 0.44% | 0.95% | - |
| XYZ | 56.15 | 75.13 | 34.83 | - |
| YUV | 212.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 136 | 0.23 | 0 | 0.44 | 0.05 | 91.43 | 0.79 | 0.74 |
| Hex | BA | F1 | 88 | 17 | 0 | 2C | 5 | 5B | 4F | 4A |
| Octal | 272 | 361 | 210 | 27 | 0 | 54 | 5 | 133 | 117 | 112 |
| Binary | 10111010 | 11110001 | 10001000 | 10111 | 0 | 101100 | 101 | 1011011 | 1001111 | 1001010 |
Color Harmonies of #BAF188
Complementary color
Monochromatic Colors of #BAF188
Black with #BAF188
Text Example
Text Example
White with #BAF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF188; }
p { color: rgb(186,241,136); }
H1.HeaderClassName
{
color: #BAF188;
}
.AnyTagClassName
{
color: #BAF188;
}
</style>
background-color css
<style>
a { background-color: #BAF188; }
a { background-color: rgb(186,241,136); }
div.DivClassName
{
background-color: #BAF188;
}
.BgClassName
{
background-color: #BAF188;
}
</style>
border-color css
<style>
span { border-color: #BAF188; }
span { border-color: rgb(186,241,136); }
td.TdClassName
{
border-color: #BAF188;
}
.TagClassName
{
border-color: #BAF188;
}
</style>