Shades of Sulu #BAF084
Tints of Sulu #BAF084
RGB
CMYK
RGB Variations
Color information
#BAF084 (or 0xBAF084) is known color: Sulu. HEX triplet: BA, F0 and 84. RGB value is (186,240,132). Sum of RGB (Red+Green+Blue) = 186+240+132=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF084 is #450F7B. Grayscale: #D3D3D3. Windows color (decimal): -4525948 or 8712378. OLE color: 8712378.
HSL color Cylindrical-coordinate representation of color #BAF084: hue angle of 90º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAF084 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 132 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.06 |
| HSL | 90º | 0.78% | 0.73% | - |
| HSV(B) | 90º | 0.45% | 0.94% | - |
| XYZ | 55.57 | 74.43 | 33.27 | - |
| YUV | 211.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 132 | 0.22 | 0 | 0.45 | 0.06 | 90 | 0.78 | 0.73 |
| Hex | BA | F0 | 84 | 16 | 0 | 2D | 6 | 5A | 4E | 49 |
| Octal | 272 | 360 | 204 | 26 | 0 | 55 | 6 | 132 | 116 | 111 |
| Binary | 10111010 | 11110000 | 10000100 | 10110 | 0 | 101101 | 110 | 1011010 | 1001110 | 1001001 |
Color Harmonies of #BAF084
Complementary color
Monochromatic Colors of #BAF084
Black with #BAF084
Text Example
Text Example
White with #BAF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF084; }
p { color: rgb(186,240,132); }
H1.HeaderClassName
{
color: #BAF084;
}
.AnyTagClassName
{
color: #BAF084;
}
</style>
background-color css
<style>
a { background-color: #BAF084; }
a { background-color: rgb(186,240,132); }
div.DivClassName
{
background-color: #BAF084;
}
.BgClassName
{
background-color: #BAF084;
}
</style>
border-color css
<style>
span { border-color: #BAF084; }
span { border-color: rgb(186,240,132); }
td.TdClassName
{
border-color: #BAF084;
}
.TagClassName
{
border-color: #BAF084;
}
</style>