Shades of Sulu #BADA7A
Tints of Sulu #BADA7A
RGB
CMYK
RGB Variations
Color information
#BADA7A (or 0xBADA7A) is known color: Sulu. HEX triplet: BA, DA and 7A. RGB value is (186,218,122). Sum of RGB (Red+Green+Blue) = 186+218+122=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA7A is #452585. Grayscale: #C5C5C5. Windows color (decimal): -4531590 or 8051386. OLE color: 8051386.
HSL color Cylindrical-coordinate representation of color #BADA7A: hue angle of 80º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADA7A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 122 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.15 |
| HSL | 80º | 0.56% | 0.67% | - |
| HSV(B) | 80º | 0.44% | 0.85% | - |
| XYZ | 48.83 | 61.99 | 27.8 | - |
| YUV | 197.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 122 | 0.15 | 0 | 0.44 | 0.15 | 80 | 0.56 | 0.67 |
| Hex | BA | DA | 7A | F | 0 | 2C | F | 50 | 38 | 43 |
| Octal | 272 | 332 | 172 | 17 | 0 | 54 | 17 | 120 | 70 | 103 |
| Binary | 10111010 | 11011010 | 1111010 | 1111 | 0 | 101100 | 1111 | 1010000 | 111000 | 1000011 |
Color Harmonies of #BADA7A
Complementary color
Monochromatic Colors of #BADA7A
Black with #BADA7A
Text Example
Text Example
White with #BADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA7A; }
p { color: rgb(186,218,122); }
H1.HeaderClassName
{
color: #BADA7A;
}
.AnyTagClassName
{
color: #BADA7A;
}
</style>
background-color css
<style>
a { background-color: #BADA7A; }
a { background-color: rgb(186,218,122); }
div.DivClassName
{
background-color: #BADA7A;
}
.BgClassName
{
background-color: #BADA7A;
}
</style>
border-color css
<style>
span { border-color: #BADA7A; }
span { border-color: rgb(186,218,122); }
td.TdClassName
{
border-color: #BADA7A;
}
.TagClassName
{
border-color: #BADA7A;
}
</style>