Shades of Sulu #BAF67C
Tints of Sulu #BAF67C
RGB
CMYK
RGB Variations
Color information
#BAF67C (or 0xBAF67C) is known color: Sulu. HEX triplet: BA, F6 and 7C. RGB value is (186,246,124). Sum of RGB (Red+Green+Blue) = 186+246+124=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67C is #450983. Grayscale: #D6D6D6. Windows color (decimal): -4524420 or 8189626. OLE color: 8189626.
HSL color Cylindrical-coordinate representation of color #BAF67C: hue angle of 89.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF67C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 124 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 89.51º | 0.87% | 0.73% | - |
| HSV(B) | 89.51º | 0.5% | 0.96% | - |
| XYZ | 56.84 | 77.81 | 31.09 | - |
| YUV | 214.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 124 | 0.24 | 0 | 0.50 | 0.04 | 89.51 | 0.87 | 0.73 |
| Hex | BA | F6 | 7C | 18 | 0 | 32 | 4 | 5A | 57 | 49 |
| Octal | 272 | 366 | 174 | 30 | 0 | 62 | 4 | 132 | 127 | 111 |
| Binary | 10111010 | 11110110 | 1111100 | 11000 | 0 | 110010 | 100 | 1011010 | 1010111 | 1001001 |
Color Harmonies of #BAF67C
Complementary color
Monochromatic Colors of #BAF67C
Black with #BAF67C
Text Example
Text Example
White with #BAF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF67C; }
p { color: rgb(186,246,124); }
H1.HeaderClassName
{
color: #BAF67C;
}
.AnyTagClassName
{
color: #BAF67C;
}
</style>
background-color css
<style>
a { background-color: #BAF67C; }
a { background-color: rgb(186,246,124); }
div.DivClassName
{
background-color: #BAF67C;
}
.BgClassName
{
background-color: #BAF67C;
}
</style>
border-color css
<style>
span { border-color: #BAF67C; }
span { border-color: rgb(186,246,124); }
td.TdClassName
{
border-color: #BAF67C;
}
.TagClassName
{
border-color: #BAF67C;
}
</style>