Shades of Sulu #BADC82
Tints of Sulu #BADC82
RGB
CMYK
RGB Variations
Color information
#BADC82 (or 0xBADC82) is known color: Sulu. HEX triplet: BA, DC and 82. RGB value is (186,220,130). Sum of RGB (Red+Green+Blue) = 186+220+130=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC82 is #45237D. Grayscale: #C7C7C7. Windows color (decimal): -4531070 or 8576186. OLE color: 8576186.
HSL color Cylindrical-coordinate representation of color #BADC82: hue angle of 82.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BADC82 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 130 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.14 |
| HSL | 82.67º | 0.56% | 0.69% | - |
| HSV(B) | 82.67º | 0.41% | 0.86% | - |
| XYZ | 49.87 | 63.24 | 30.7 | - |
| YUV | 199.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 130 | 0.15 | 0 | 0.41 | 0.14 | 82.67 | 0.56 | 0.69 |
| Hex | BA | DC | 82 | F | 0 | 29 | E | 53 | 38 | 45 |
| Octal | 272 | 334 | 202 | 17 | 0 | 51 | 16 | 123 | 70 | 105 |
| Binary | 10111010 | 11011100 | 10000010 | 1111 | 0 | 101001 | 1110 | 1010011 | 111000 | 1000101 |
Color Harmonies of #BADC82
Complementary color
Monochromatic Colors of #BADC82
Black with #BADC82
Text Example
Text Example
White with #BADC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC82; }
p { color: rgb(186,220,130); }
H1.HeaderClassName
{
color: #BADC82;
}
.AnyTagClassName
{
color: #BADC82;
}
</style>
background-color css
<style>
a { background-color: #BADC82; }
a { background-color: rgb(186,220,130); }
div.DivClassName
{
background-color: #BADC82;
}
.BgClassName
{
background-color: #BADC82;
}
</style>
border-color css
<style>
span { border-color: #BADC82; }
span { border-color: rgb(186,220,130); }
td.TdClassName
{
border-color: #BADC82;
}
.TagClassName
{
border-color: #BADC82;
}
</style>