Shades of Sulu #BAF67B
Tints of Sulu #BAF67B
RGB
CMYK
RGB Variations
Color information
#BAF67B (or 0xBAF67B) is known color: Sulu. HEX triplet: BA, F6 and 7B. RGB value is (186,246,123). Sum of RGB (Red+Green+Blue) = 186+246+123=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67B is #450984. Grayscale: #D6D6D6. Windows color (decimal): -4524421 or 8124090. OLE color: 8124090.
HSL color Cylindrical-coordinate representation of color #BAF67B: hue angle of 89.27º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF67B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 123 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 89.27º | 0.87% | 0.72% | - |
| HSV(B) | 89.27º | 0.5% | 0.96% | - |
| XYZ | 56.78 | 77.78 | 30.76 | - |
| YUV | 214.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 123 | 0.24 | 0 | 0.50 | 0.04 | 89.27 | 0.87 | 0.72 |
| Hex | BA | F6 | 7B | 18 | 0 | 32 | 4 | 59 | 57 | 48 |
| Octal | 272 | 366 | 173 | 30 | 0 | 62 | 4 | 131 | 127 | 110 |
| Binary | 10111010 | 11110110 | 1111011 | 11000 | 0 | 110010 | 100 | 1011001 | 1010111 | 1001000 |
Color Harmonies of #BAF67B
Complementary color
Monochromatic Colors of #BAF67B
Black with #BAF67B
Text Example
Text Example
White with #BAF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF67B; }
p { color: rgb(186,246,123); }
H1.HeaderClassName
{
color: #BAF67B;
}
.AnyTagClassName
{
color: #BAF67B;
}
</style>
background-color css
<style>
a { background-color: #BAF67B; }
a { background-color: rgb(186,246,123); }
div.DivClassName
{
background-color: #BAF67B;
}
.BgClassName
{
background-color: #BAF67B;
}
</style>
border-color css
<style>
span { border-color: #BAF67B; }
span { border-color: rgb(186,246,123); }
td.TdClassName
{
border-color: #BAF67B;
}
.TagClassName
{
border-color: #BAF67B;
}
</style>