Shades of Sulu #BAF68A
Tints of Sulu #BAF68A
RGB
CMYK
RGB Variations
Color information
#BAF68A (or 0xBAF68A) is known color: Sulu. HEX triplet: BA, F6 and 8A. RGB value is (186,246,138). Sum of RGB (Red+Green+Blue) = 186+246+138=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF68A is #450975. Grayscale: #D8D8D8. Windows color (decimal): -4524406 or 9107130. OLE color: 9107130.
HSL color Cylindrical-coordinate representation of color #BAF68A: hue angle of 93.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF68A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 138 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.04 |
| HSL | 93.33º | 0.86% | 0.75% | - |
| HSV(B) | 93.33º | 0.44% | 0.96% | - |
| XYZ | 57.79 | 78.19 | 36.09 | - |
| YUV | 215.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 138 | 0.24 | 0 | 0.44 | 0.04 | 93.33 | 0.86 | 0.75 |
| Hex | BA | F6 | 8A | 18 | 0 | 2C | 4 | 5D | 56 | 4B |
| Octal | 272 | 366 | 212 | 30 | 0 | 54 | 4 | 135 | 126 | 113 |
| Binary | 10111010 | 11110110 | 10001010 | 11000 | 0 | 101100 | 100 | 1011101 | 1010110 | 1001011 |
Color Harmonies of #BAF68A
Complementary color
Monochromatic Colors of #BAF68A
Black with #BAF68A
Text Example
Text Example
White with #BAF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF68A; }
p { color: rgb(186,246,138); }
H1.HeaderClassName
{
color: #BAF68A;
}
.AnyTagClassName
{
color: #BAF68A;
}
</style>
background-color css
<style>
a { background-color: #BAF68A; }
a { background-color: rgb(186,246,138); }
div.DivClassName
{
background-color: #BAF68A;
}
.BgClassName
{
background-color: #BAF68A;
}
</style>
border-color css
<style>
span { border-color: #BAF68A; }
span { border-color: rgb(186,246,138); }
td.TdClassName
{
border-color: #BAF68A;
}
.TagClassName
{
border-color: #BAF68A;
}
</style>