Shades of Sulu #BADC8A
Tints of Sulu #BADC8A
RGB
CMYK
RGB Variations
Color information
#BADC8A (or 0xBADC8A) is known color: Sulu. HEX triplet: BA, DC and 8A. RGB value is (186,220,138). Sum of RGB (Red+Green+Blue) = 186+220+138=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8A is #452375. Grayscale: #C8C8C8. Windows color (decimal): -4531062 or 9100474. OLE color: 9100474.
HSL color Cylindrical-coordinate representation of color #BADC8A: hue angle of 84.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BADC8A is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 138 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.14 |
| HSL | 84.88º | 0.54% | 0.7% | - |
| HSV(B) | 84.88º | 0.37% | 0.86% | - |
| XYZ | 50.43 | 63.46 | 33.64 | - |
| YUV | 200.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 138 | 0.15 | 0 | 0.37 | 0.14 | 84.88 | 0.54 | 0.7 |
| Hex | BA | DC | 8A | F | 0 | 25 | E | 55 | 36 | 46 |
| Octal | 272 | 334 | 212 | 17 | 0 | 45 | 16 | 125 | 66 | 106 |
| Binary | 10111010 | 11011100 | 10001010 | 1111 | 0 | 100101 | 1110 | 1010101 | 110110 | 1000110 |
Color Harmonies of #BADC8A
Complementary color
Monochromatic Colors of #BADC8A
Black with #BADC8A
Text Example
Text Example
White with #BADC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC8A; }
p { color: rgb(186,220,138); }
H1.HeaderClassName
{
color: #BADC8A;
}
.AnyTagClassName
{
color: #BADC8A;
}
</style>
background-color css
<style>
a { background-color: #BADC8A; }
a { background-color: rgb(186,220,138); }
div.DivClassName
{
background-color: #BADC8A;
}
.BgClassName
{
background-color: #BADC8A;
}
</style>
border-color css
<style>
span { border-color: #BADC8A; }
span { border-color: rgb(186,220,138); }
td.TdClassName
{
border-color: #BADC8A;
}
.TagClassName
{
border-color: #BADC8A;
}
</style>