Shades of Sulu #BADA8B
Tints of Sulu #BADA8B
RGB
CMYK
RGB Variations
Color information
#BADA8B (or 0xBADA8B) is known color: Sulu. HEX triplet: BA, DA and 8B. RGB value is (186,218,139). Sum of RGB (Red+Green+Blue) = 186+218+139=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA8B is #452574. Grayscale: #C7C7C7. Windows color (decimal): -4531573 or 9165498. OLE color: 9165498.
HSL color Cylindrical-coordinate representation of color #BADA8B: hue angle of 84.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BADA8B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 139 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.15 |
| HSL | 84.3º | 0.52% | 0.7% | - |
| HSV(B) | 84.3º | 0.36% | 0.85% | - |
| XYZ | 49.98 | 62.45 | 33.85 | - |
| YUV | 199.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 139 | 0.15 | 0 | 0.36 | 0.15 | 84.3 | 0.52 | 0.7 |
| Hex | BA | DA | 8B | F | 0 | 24 | F | 54 | 34 | 46 |
| Octal | 272 | 332 | 213 | 17 | 0 | 44 | 17 | 124 | 64 | 106 |
| Binary | 10111010 | 11011010 | 10001011 | 1111 | 0 | 100100 | 1111 | 1010100 | 110100 | 1000110 |
Color Harmonies of #BADA8B
Complementary color
Monochromatic Colors of #BADA8B
Black with #BADA8B
Text Example
Text Example
White with #BADA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA8B; }
p { color: rgb(186,218,139); }
H1.HeaderClassName
{
color: #BADA8B;
}
.AnyTagClassName
{
color: #BADA8B;
}
</style>
background-color css
<style>
a { background-color: #BADA8B; }
a { background-color: rgb(186,218,139); }
div.DivClassName
{
background-color: #BADA8B;
}
.BgClassName
{
background-color: #BADA8B;
}
</style>
border-color css
<style>
span { border-color: #BADA8B; }
span { border-color: rgb(186,218,139); }
td.TdClassName
{
border-color: #BADA8B;
}
.TagClassName
{
border-color: #BADA8B;
}
</style>