Shades of Sulu #BADC7A
Tints of Sulu #BADC7A
RGB
CMYK
RGB Variations
Color information
#BADC7A (or 0xBADC7A) is known color: Sulu. HEX triplet: BA, DC and 7A. RGB value is (186,220,122). Sum of RGB (Red+Green+Blue) = 186+220+122=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7A is #452385. Grayscale: #C7C7C7. Windows color (decimal): -4531078 or 8051898. OLE color: 8051898.
HSL color Cylindrical-coordinate representation of color #BADC7A: hue angle of 80.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADC7A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 122 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.14 |
| HSL | 80.82º | 0.58% | 0.67% | - |
| HSV(B) | 80.82º | 0.45% | 0.86% | - |
| XYZ | 49.36 | 63.03 | 27.98 | - |
| YUV | 198.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 122 | 0.15 | 0 | 0.45 | 0.14 | 80.82 | 0.58 | 0.67 |
| Hex | BA | DC | 7A | F | 0 | 2D | E | 51 | 3A | 43 |
| Octal | 272 | 334 | 172 | 17 | 0 | 55 | 16 | 121 | 72 | 103 |
| Binary | 10111010 | 11011100 | 1111010 | 1111 | 0 | 101101 | 1110 | 1010001 | 111010 | 1000011 |
Color Harmonies of #BADC7A
Complementary color
Monochromatic Colors of #BADC7A
Black with #BADC7A
Text Example
Text Example
White with #BADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC7A; }
p { color: rgb(186,220,122); }
H1.HeaderClassName
{
color: #BADC7A;
}
.AnyTagClassName
{
color: #BADC7A;
}
</style>
background-color css
<style>
a { background-color: #BADC7A; }
a { background-color: rgb(186,220,122); }
div.DivClassName
{
background-color: #BADC7A;
}
.BgClassName
{
background-color: #BADC7A;
}
</style>
border-color css
<style>
span { border-color: #BADC7A; }
span { border-color: rgb(186,220,122); }
td.TdClassName
{
border-color: #BADC7A;
}
.TagClassName
{
border-color: #BADC7A;
}
</style>