Shades of Sulu #BADF6B
Tints of Sulu #BADF6B
RGB
CMYK
RGB Variations
Color information
#BADF6B (or 0xBADF6B) is known color: Sulu. HEX triplet: BA, DF and 6B. RGB value is (186,223,107). Sum of RGB (Red+Green+Blue) = 186+223+107=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF6B is #452094. Grayscale: #C7C7C7. Windows color (decimal): -4530325 or 7069626. OLE color: 7069626.
HSL color Cylindrical-coordinate representation of color #BADF6B: hue angle of 79.14º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BADF6B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 107 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.13 |
| HSL | 79.14º | 0.64% | 0.65% | - |
| HSV(B) | 79.14º | 0.52% | 0.87% | - |
| XYZ | 49.29 | 64.28 | 23.72 | - |
| YUV | 198.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 107 | 0.17 | 0 | 0.52 | 0.13 | 79.14 | 0.64 | 0.65 |
| Hex | BA | DF | 6B | 11 | 0 | 34 | D | 4F | 40 | 41 |
| Octal | 272 | 337 | 153 | 21 | 0 | 64 | 15 | 117 | 100 | 101 |
| Binary | 10111010 | 11011111 | 1101011 | 10001 | 0 | 110100 | 1101 | 1001111 | 1000000 | 1000001 |
Color Harmonies of #BADF6B
Complementary color
Monochromatic Colors of #BADF6B
Black with #BADF6B
Text Example
Text Example
White with #BADF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF6B; }
p { color: rgb(186,223,107); }
H1.HeaderClassName
{
color: #BADF6B;
}
.AnyTagClassName
{
color: #BADF6B;
}
</style>
background-color css
<style>
a { background-color: #BADF6B; }
a { background-color: rgb(186,223,107); }
div.DivClassName
{
background-color: #BADF6B;
}
.BgClassName
{
background-color: #BADF6B;
}
</style>
border-color css
<style>
span { border-color: #BADF6B; }
span { border-color: rgb(186,223,107); }
td.TdClassName
{
border-color: #BADF6B;
}
.TagClassName
{
border-color: #BADF6B;
}
</style>