Shades of Sulu #BAF166
Tints of Sulu #BAF166
RGB
CMYK
RGB Variations
Color information
#BAF166 (or 0xBAF166) is known color: Sulu. HEX triplet: BA, F1 and 66. RGB value is (186,241,102). Sum of RGB (Red+Green+Blue) = 186+241+102=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF166 is #450E99. Grayscale: #D1D1D1. Windows color (decimal): -4525722 or 6746554. OLE color: 6746554.
HSL color Cylindrical-coordinate representation of color #BAF166: hue angle of 83.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF166 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 102 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.05 |
| HSL | 83.74º | 0.83% | 0.67% | - |
| HSV(B) | 83.74º | 0.58% | 0.95% | - |
| XYZ | 54.1 | 74.31 | 24.06 | - |
| YUV | 208.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 102 | 0.23 | 0 | 0.58 | 0.05 | 83.74 | 0.83 | 0.67 |
| Hex | BA | F1 | 66 | 17 | 0 | 3A | 5 | 54 | 53 | 43 |
| Octal | 272 | 361 | 146 | 27 | 0 | 72 | 5 | 124 | 123 | 103 |
| Binary | 10111010 | 11110001 | 1100110 | 10111 | 0 | 111010 | 101 | 1010100 | 1010011 | 1000011 |
Color Harmonies of #BAF166
Complementary color
Monochromatic Colors of #BAF166
Black with #BAF166
Text Example
Text Example
White with #BAF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF166; }
p { color: rgb(186,241,102); }
H1.HeaderClassName
{
color: #BAF166;
}
.AnyTagClassName
{
color: #BAF166;
}
</style>
background-color css
<style>
a { background-color: #BAF166; }
a { background-color: rgb(186,241,102); }
div.DivClassName
{
background-color: #BAF166;
}
.BgClassName
{
background-color: #BAF166;
}
</style>
border-color css
<style>
span { border-color: #BAF166; }
span { border-color: rgb(186,241,102); }
td.TdClassName
{
border-color: #BAF166;
}
.TagClassName
{
border-color: #BAF166;
}
</style>