Shades of Sulu #BAF98C
Tints of Sulu #BAF98C
RGB
CMYK
RGB Variations
Color information
#BAF98C (or 0xBAF98C) is known color: Sulu. HEX triplet: BA, F9 and 8C. RGB value is (186,249,140). Sum of RGB (Red+Green+Blue) = 186+249+140=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF98C is #450673. Grayscale: #DADADA. Windows color (decimal): -4523636 or 9238970. OLE color: 9238970.
HSL color Cylindrical-coordinate representation of color #BAF98C: hue angle of 94.68º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF98C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 140 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 94.68º | 0.9% | 0.76% | - |
| HSV(B) | 94.68º | 0.44% | 0.98% | - |
| XYZ | 58.86 | 80.08 | 37.17 | - |
| YUV | 217.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 140 | 0.25 | 0 | 0.44 | 0.02 | 94.68 | 0.9 | 0.76 |
| Hex | BA | F9 | 8C | 19 | 0 | 2C | 2 | 5F | 5A | 4C |
| Octal | 272 | 371 | 214 | 31 | 0 | 54 | 2 | 137 | 132 | 114 |
| Binary | 10111010 | 11111001 | 10001100 | 11001 | 0 | 101100 | 10 | 1011111 | 1011010 | 1001100 |
Color Harmonies of #BAF98C
Complementary color
Monochromatic Colors of #BAF98C
Black with #BAF98C
Text Example
Text Example
White with #BAF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF98C; }
p { color: rgb(186,249,140); }
H1.HeaderClassName
{
color: #BAF98C;
}
.AnyTagClassName
{
color: #BAF98C;
}
</style>
background-color css
<style>
a { background-color: #BAF98C; }
a { background-color: rgb(186,249,140); }
div.DivClassName
{
background-color: #BAF98C;
}
.BgClassName
{
background-color: #BAF98C;
}
</style>
border-color css
<style>
span { border-color: #BAF98C; }
span { border-color: rgb(186,249,140); }
td.TdClassName
{
border-color: #BAF98C;
}
.TagClassName
{
border-color: #BAF98C;
}
</style>