Shades of Sulu #BAF972
Tints of Sulu #BAF972
RGB
CMYK
RGB Variations
Color information
#BAF972 (or 0xBAF972) is known color: Sulu. HEX triplet: BA, F9 and 72. RGB value is (186,249,114). Sum of RGB (Red+Green+Blue) = 186+249+114=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF972 is #45068D. Grayscale: #D7D7D7. Windows color (decimal): -4523662 or 7535034. OLE color: 7535034.
HSL color Cylindrical-coordinate representation of color #BAF972: hue angle of 88º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF972 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 114 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.02 |
| HSL | 88º | 0.92% | 0.71% | - |
| HSV(B) | 88º | 0.54% | 0.98% | - |
| XYZ | 57.16 | 79.41 | 28.23 | - |
| YUV | 214.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 114 | 0.25 | 0 | 0.54 | 0.02 | 88 | 0.92 | 0.71 |
| Hex | BA | F9 | 72 | 19 | 0 | 36 | 2 | 58 | 5C | 47 |
| Octal | 272 | 371 | 162 | 31 | 0 | 66 | 2 | 130 | 134 | 107 |
| Binary | 10111010 | 11111001 | 1110010 | 11001 | 0 | 110110 | 10 | 1011000 | 1011100 | 1000111 |
Color Harmonies of #BAF972
Complementary color
Monochromatic Colors of #BAF972
Black with #BAF972
Text Example
Text Example
White with #BAF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF972; }
p { color: rgb(186,249,114); }
H1.HeaderClassName
{
color: #BAF972;
}
.AnyTagClassName
{
color: #BAF972;
}
</style>
background-color css
<style>
a { background-color: #BAF972; }
a { background-color: rgb(186,249,114); }
div.DivClassName
{
background-color: #BAF972;
}
.BgClassName
{
background-color: #BAF972;
}
</style>
border-color css
<style>
span { border-color: #BAF972; }
span { border-color: rgb(186,249,114); }
td.TdClassName
{
border-color: #BAF972;
}
.TagClassName
{
border-color: #BAF972;
}
</style>