Shades of Sulu #BAF189
Tints of Sulu #BAF189
RGB
CMYK
RGB Variations
Color information
#BAF189 (or 0xBAF189) is known color: Sulu. HEX triplet: BA, F1 and 89. RGB value is (186,241,137). Sum of RGB (Red+Green+Blue) = 186+241+137=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF189 is #450E76. Grayscale: #D5D5D5. Windows color (decimal): -4525687 or 9040314. OLE color: 9040314.
HSL color Cylindrical-coordinate representation of color #BAF189: hue angle of 91.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF189 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 137 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.05 |
| HSL | 91.73º | 0.79% | 0.74% | - |
| HSV(B) | 91.73º | 0.43% | 0.95% | - |
| XYZ | 56.22 | 75.16 | 35.21 | - |
| YUV | 212.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 137 | 0.23 | 0 | 0.43 | 0.05 | 91.73 | 0.79 | 0.74 |
| Hex | BA | F1 | 89 | 17 | 0 | 2B | 5 | 5C | 4F | 4A |
| Octal | 272 | 361 | 211 | 27 | 0 | 53 | 5 | 134 | 117 | 112 |
| Binary | 10111010 | 11110001 | 10001001 | 10111 | 0 | 101011 | 101 | 1011100 | 1001111 | 1001010 |
Color Harmonies of #BAF189
Complementary color
Monochromatic Colors of #BAF189
Black with #BAF189
Text Example
Text Example
White with #BAF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF189; }
p { color: rgb(186,241,137); }
H1.HeaderClassName
{
color: #BAF189;
}
.AnyTagClassName
{
color: #BAF189;
}
</style>
background-color css
<style>
a { background-color: #BAF189; }
a { background-color: rgb(186,241,137); }
div.DivClassName
{
background-color: #BAF189;
}
.BgClassName
{
background-color: #BAF189;
}
</style>
border-color css
<style>
span { border-color: #BAF189; }
span { border-color: rgb(186,241,137); }
td.TdClassName
{
border-color: #BAF189;
}
.TagClassName
{
border-color: #BAF189;
}
</style>