Shades of Sulu #BADC7B
Tints of Sulu #BADC7B
RGB
CMYK
RGB Variations
Color information
#BADC7B (or 0xBADC7B) is known color: Sulu. HEX triplet: BA, DC and 7B. RGB value is (186,220,123). Sum of RGB (Red+Green+Blue) = 186+220+123=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7B is #452384. Grayscale: #C7C7C7. Windows color (decimal): -4531077 or 8117434. OLE color: 8117434.
HSL color Cylindrical-coordinate representation of color #BADC7B: hue angle of 81.03º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADC7B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 123 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.14 |
| HSL | 81.03º | 0.58% | 0.67% | - |
| HSV(B) | 81.03º | 0.44% | 0.86% | - |
| XYZ | 49.42 | 63.06 | 28.31 | - |
| YUV | 198.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 123 | 0.15 | 0 | 0.44 | 0.14 | 81.03 | 0.58 | 0.67 |
| Hex | BA | DC | 7B | F | 0 | 2C | E | 51 | 3A | 43 |
| Octal | 272 | 334 | 173 | 17 | 0 | 54 | 16 | 121 | 72 | 103 |
| Binary | 10111010 | 11011100 | 1111011 | 1111 | 0 | 101100 | 1110 | 1010001 | 111010 | 1000011 |
Color Harmonies of #BADC7B
Complementary color
Monochromatic Colors of #BADC7B
Black with #BADC7B
Text Example
Text Example
White with #BADC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC7B; }
p { color: rgb(186,220,123); }
H1.HeaderClassName
{
color: #BADC7B;
}
.AnyTagClassName
{
color: #BADC7B;
}
</style>
background-color css
<style>
a { background-color: #BADC7B; }
a { background-color: rgb(186,220,123); }
div.DivClassName
{
background-color: #BADC7B;
}
.BgClassName
{
background-color: #BADC7B;
}
</style>
border-color css
<style>
span { border-color: #BADC7B; }
span { border-color: rgb(186,220,123); }
td.TdClassName
{
border-color: #BADC7B;
}
.TagClassName
{
border-color: #BADC7B;
}
</style>