Shades of Sulu #BAF088
Tints of Sulu #BAF088
RGB
CMYK
RGB Variations
Color information
#BAF088 (or 0xBAF088) is known color: Sulu. HEX triplet: BA, F0 and 88. RGB value is (186,240,136). Sum of RGB (Red+Green+Blue) = 186+240+136=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF088 is #450F77. Grayscale: #D4D4D4. Windows color (decimal): -4525944 or 8974522. OLE color: 8974522.
HSL color Cylindrical-coordinate representation of color #BAF088: hue angle of 91.15º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF088 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 136 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.06 |
| HSL | 91.15º | 0.78% | 0.74% | - |
| HSV(B) | 91.15º | 0.43% | 0.94% | - |
| XYZ | 55.85 | 74.54 | 34.74 | - |
| YUV | 212 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 136 | 0.22 | 0 | 0.43 | 0.06 | 91.15 | 0.78 | 0.74 |
| Hex | BA | F0 | 88 | 16 | 0 | 2B | 6 | 5B | 4E | 4A |
| Octal | 272 | 360 | 210 | 26 | 0 | 53 | 6 | 133 | 116 | 112 |
| Binary | 10111010 | 11110000 | 10001000 | 10110 | 0 | 101011 | 110 | 1011011 | 1001110 | 1001010 |
Color Harmonies of #BAF088
Complementary color
Monochromatic Colors of #BAF088
Black with #BAF088
Text Example
Text Example
White with #BAF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF088; }
p { color: rgb(186,240,136); }
H1.HeaderClassName
{
color: #BAF088;
}
.AnyTagClassName
{
color: #BAF088;
}
</style>
background-color css
<style>
a { background-color: #BAF088; }
a { background-color: rgb(186,240,136); }
div.DivClassName
{
background-color: #BAF088;
}
.BgClassName
{
background-color: #BAF088;
}
</style>
border-color css
<style>
span { border-color: #BAF088; }
span { border-color: rgb(186,240,136); }
td.TdClassName
{
border-color: #BAF088;
}
.TagClassName
{
border-color: #BAF088;
}
</style>