Shades of Sulu #BAF18A
Tints of Sulu #BAF18A
RGB
CMYK
RGB Variations
Color information
#BAF18A (or 0xBAF18A) is known color: Sulu. HEX triplet: BA, F1 and 8A. RGB value is (186,241,138). Sum of RGB (Red+Green+Blue) = 186+241+138=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF18A is #450E75. Grayscale: #D5D5D5. Windows color (decimal): -4525686 or 9105850. OLE color: 9105850.
HSL color Cylindrical-coordinate representation of color #BAF18A: hue angle of 92.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF18A is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 138 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.05 |
| HSL | 92.04º | 0.79% | 0.74% | - |
| HSV(B) | 92.04º | 0.43% | 0.95% | - |
| XYZ | 56.29 | 75.18 | 35.59 | - |
| YUV | 212.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 138 | 0.23 | 0 | 0.43 | 0.05 | 92.04 | 0.79 | 0.74 |
| Hex | BA | F1 | 8A | 17 | 0 | 2B | 5 | 5C | 4F | 4A |
| Octal | 272 | 361 | 212 | 27 | 0 | 53 | 5 | 134 | 117 | 112 |
| Binary | 10111010 | 11110001 | 10001010 | 10111 | 0 | 101011 | 101 | 1011100 | 1001111 | 1001010 |
Color Harmonies of #BAF18A
Complementary color
Monochromatic Colors of #BAF18A
Black with #BAF18A
Text Example
Text Example
White with #BAF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF18A; }
p { color: rgb(186,241,138); }
H1.HeaderClassName
{
color: #BAF18A;
}
.AnyTagClassName
{
color: #BAF18A;
}
</style>
background-color css
<style>
a { background-color: #BAF18A; }
a { background-color: rgb(186,241,138); }
div.DivClassName
{
background-color: #BAF18A;
}
.BgClassName
{
background-color: #BAF18A;
}
</style>
border-color css
<style>
span { border-color: #BAF18A; }
span { border-color: rgb(186,241,138); }
td.TdClassName
{
border-color: #BAF18A;
}
.TagClassName
{
border-color: #BAF18A;
}
</style>