Shades of Sulu #BAD675
Tints of Sulu #BAD675
RGB
CMYK
RGB Variations
Color information
#BAD675 (or 0xBAD675) is known color: Sulu. HEX triplet: BA, D6 and 75. RGB value is (186,214,117). Sum of RGB (Red+Green+Blue) = 186+214+117=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD675 is #45298A. Grayscale: #C2C2C2. Windows color (decimal): -4532619 or 7722682. OLE color: 7722682.
HSL color Cylindrical-coordinate representation of color #BAD675: hue angle of 77.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD675 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 117 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.16 |
| HSL | 77.32º | 0.54% | 0.65% | - |
| HSV(B) | 77.32º | 0.45% | 0.84% | - |
| XYZ | 47.51 | 59.82 | 25.87 | - |
| YUV | 194.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 117 | 0.13 | 0 | 0.45 | 0.16 | 77.32 | 0.54 | 0.65 |
| Hex | BA | D6 | 75 | D | 0 | 2D | 10 | 4D | 36 | 41 |
| Octal | 272 | 326 | 165 | 15 | 0 | 55 | 20 | 115 | 66 | 101 |
| Binary | 10111010 | 11010110 | 1110101 | 1101 | 0 | 101101 | 10000 | 1001101 | 110110 | 1000001 |
Color Harmonies of #BAD675
Complementary color
Monochromatic Colors of #BAD675
Black with #BAD675
Text Example
Text Example
White with #BAD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD675; }
p { color: rgb(186,214,117); }
H1.HeaderClassName
{
color: #BAD675;
}
.AnyTagClassName
{
color: #BAD675;
}
</style>
background-color css
<style>
a { background-color: #BAD675; }
a { background-color: rgb(186,214,117); }
div.DivClassName
{
background-color: #BAD675;
}
.BgClassName
{
background-color: #BAD675;
}
</style>
border-color css
<style>
span { border-color: #BAD675; }
span { border-color: rgb(186,214,117); }
td.TdClassName
{
border-color: #BAD675;
}
.TagClassName
{
border-color: #BAD675;
}
</style>