Shades of Sulu #BADB8C
Tints of Sulu #BADB8C
RGB
CMYK
RGB Variations
Color information
#BADB8C (or 0xBADB8C) is known color: Sulu. HEX triplet: BA, DB and 8C. RGB value is (186,219,140). Sum of RGB (Red+Green+Blue) = 186+219+140=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB8C is #452473. Grayscale: #C8C8C8. Windows color (decimal): -4531316 or 9231290. OLE color: 9231290.
HSL color Cylindrical-coordinate representation of color #BADB8C: hue angle of 85.06º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BADB8C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 140 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.14 |
| HSL | 85.06º | 0.52% | 0.7% | - |
| HSV(B) | 85.06º | 0.36% | 0.86% | - |
| XYZ | 50.31 | 63 | 34.32 | - |
| YUV | 200.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 140 | 0.15 | 0 | 0.36 | 0.14 | 85.06 | 0.52 | 0.7 |
| Hex | BA | DB | 8C | F | 0 | 24 | E | 55 | 34 | 46 |
| Octal | 272 | 333 | 214 | 17 | 0 | 44 | 16 | 125 | 64 | 106 |
| Binary | 10111010 | 11011011 | 10001100 | 1111 | 0 | 100100 | 1110 | 1010101 | 110100 | 1000110 |
Color Harmonies of #BADB8C
Complementary color
Monochromatic Colors of #BADB8C
Black with #BADB8C
Text Example
Text Example
White with #BADB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB8C; }
p { color: rgb(186,219,140); }
H1.HeaderClassName
{
color: #BADB8C;
}
.AnyTagClassName
{
color: #BADB8C;
}
</style>
background-color css
<style>
a { background-color: #BADB8C; }
a { background-color: rgb(186,219,140); }
div.DivClassName
{
background-color: #BADB8C;
}
.BgClassName
{
background-color: #BADB8C;
}
</style>
border-color css
<style>
span { border-color: #BADB8C; }
span { border-color: rgb(186,219,140); }
td.TdClassName
{
border-color: #BADB8C;
}
.TagClassName
{
border-color: #BADB8C;
}
</style>