Shades of Sulu #BAF067
Tints of Sulu #BAF067
RGB
CMYK
RGB Variations
Color information
#BAF067 (or 0xBAF067) is known color: Sulu. HEX triplet: BA, F0 and 67. RGB value is (186,240,103). Sum of RGB (Red+Green+Blue) = 186+240+103=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF067 is #450F98. Grayscale: #D0D0D0. Windows color (decimal): -4525977 or 6811834. OLE color: 6811834.
HSL color Cylindrical-coordinate representation of color #BAF067: hue angle of 83.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAF067 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 103 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.06 |
| HSL | 83.65º | 0.82% | 0.67% | - |
| HSV(B) | 83.65º | 0.57% | 0.94% | - |
| XYZ | 53.86 | 73.74 | 24.23 | - |
| YUV | 208.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 103 | 0.22 | 0 | 0.57 | 0.06 | 83.65 | 0.82 | 0.67 |
| Hex | BA | F0 | 67 | 16 | 0 | 39 | 6 | 54 | 52 | 43 |
| Octal | 272 | 360 | 147 | 26 | 0 | 71 | 6 | 124 | 122 | 103 |
| Binary | 10111010 | 11110000 | 1100111 | 10110 | 0 | 111001 | 110 | 1010100 | 1010010 | 1000011 |
Color Harmonies of #BAF067
Complementary color
Monochromatic Colors of #BAF067
Black with #BAF067
Text Example
Text Example
White with #BAF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF067; }
p { color: rgb(186,240,103); }
H1.HeaderClassName
{
color: #BAF067;
}
.AnyTagClassName
{
color: #BAF067;
}
</style>
background-color css
<style>
a { background-color: #BAF067; }
a { background-color: rgb(186,240,103); }
div.DivClassName
{
background-color: #BAF067;
}
.BgClassName
{
background-color: #BAF067;
}
</style>
border-color css
<style>
span { border-color: #BAF067; }
span { border-color: rgb(186,240,103); }
td.TdClassName
{
border-color: #BAF067;
}
.TagClassName
{
border-color: #BAF067;
}
</style>