Shades of Sulu #BADA74
Tints of Sulu #BADA74
RGB
CMYK
RGB Variations
Color information
#BADA74 (or 0xBADA74) is known color: Sulu. HEX triplet: BA, DA and 74. RGB value is (186,218,116). Sum of RGB (Red+Green+Blue) = 186+218+116=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA74 is #45258B. Grayscale: #C5C5C5. Windows color (decimal): -4531596 or 7658170. OLE color: 7658170.
HSL color Cylindrical-coordinate representation of color #BADA74: hue angle of 78.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BADA74 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 116 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.15 |
| HSL | 78.82º | 0.58% | 0.65% | - |
| HSV(B) | 78.82º | 0.47% | 0.85% | - |
| XYZ | 48.47 | 61.84 | 25.91 | - |
| YUV | 196.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 116 | 0.15 | 0 | 0.47 | 0.15 | 78.82 | 0.58 | 0.65 |
| Hex | BA | DA | 74 | F | 0 | 2F | F | 4F | 3A | 41 |
| Octal | 272 | 332 | 164 | 17 | 0 | 57 | 17 | 117 | 72 | 101 |
| Binary | 10111010 | 11011010 | 1110100 | 1111 | 0 | 101111 | 1111 | 1001111 | 111010 | 1000001 |
Color Harmonies of #BADA74
Complementary color
Monochromatic Colors of #BADA74
Black with #BADA74
Text Example
Text Example
White with #BADA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA74; }
p { color: rgb(186,218,116); }
H1.HeaderClassName
{
color: #BADA74;
}
.AnyTagClassName
{
color: #BADA74;
}
</style>
background-color css
<style>
a { background-color: #BADA74; }
a { background-color: rgb(186,218,116); }
div.DivClassName
{
background-color: #BADA74;
}
.BgClassName
{
background-color: #BADA74;
}
</style>
border-color css
<style>
span { border-color: #BADA74; }
span { border-color: rgb(186,218,116); }
td.TdClassName
{
border-color: #BADA74;
}
.TagClassName
{
border-color: #BADA74;
}
</style>