Shades of Sulu #BAF08A
Tints of Sulu #BAF08A
RGB
CMYK
RGB Variations
Color information
#BAF08A (or 0xBAF08A) is known color: Sulu. HEX triplet: BA, F0 and 8A. RGB value is (186,240,138). Sum of RGB (Red+Green+Blue) = 186+240+138=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF08A is #450F75. Grayscale: #D4D4D4. Windows color (decimal): -4525942 or 9105594. OLE color: 9105594.
HSL color Cylindrical-coordinate representation of color #BAF08A: hue angle of 91.76º degrees, saturation: 0.77, 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 #BAF08A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 138 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.06 |
| HSL | 91.76º | 0.77% | 0.74% | - |
| HSV(B) | 91.76º | 0.43% | 0.94% | - |
| XYZ | 56 | 74.59 | 35.49 | - |
| YUV | 212.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 138 | 0.22 | 0 | 0.42 | 0.06 | 91.76 | 0.77 | 0.74 |
| Hex | BA | F0 | 8A | 16 | 0 | 2A | 6 | 5C | 4D | 4A |
| Octal | 272 | 360 | 212 | 26 | 0 | 52 | 6 | 134 | 115 | 112 |
| Binary | 10111010 | 11110000 | 10001010 | 10110 | 0 | 101010 | 110 | 1011100 | 1001101 | 1001010 |
Color Harmonies of #BAF08A
Complementary color
Monochromatic Colors of #BAF08A
Black with #BAF08A
Text Example
Text Example
White with #BAF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF08A; }
p { color: rgb(186,240,138); }
H1.HeaderClassName
{
color: #BAF08A;
}
.AnyTagClassName
{
color: #BAF08A;
}
</style>
background-color css
<style>
a { background-color: #BAF08A; }
a { background-color: rgb(186,240,138); }
div.DivClassName
{
background-color: #BAF08A;
}
.BgClassName
{
background-color: #BAF08A;
}
</style>
border-color css
<style>
span { border-color: #BAF08A; }
span { border-color: rgb(186,240,138); }
td.TdClassName
{
border-color: #BAF08A;
}
.TagClassName
{
border-color: #BAF08A;
}
</style>