Shades of Sulu #BAEB77
Tints of Sulu #BAEB77
RGB
CMYK
RGB Variations
Color information
#BAEB77 (or 0xBAEB77) is known color: Sulu. HEX triplet: BA, EB and 77. RGB value is (186,235,119). Sum of RGB (Red+Green+Blue) = 186+235+119=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB77 is #451488. Grayscale: #CFCFCF. Windows color (decimal): -4527241 or 7859130. OLE color: 7859130.
HSL color Cylindrical-coordinate representation of color #BAEB77: hue angle of 85.34º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAEB77 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 119 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.08 |
| HSL | 85.34º | 0.74% | 0.69% | - |
| HSV(B) | 85.34º | 0.49% | 0.92% | - |
| XYZ | 53.29 | 71.19 | 28.38 | - |
| YUV | 207.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 119 | 0.21 | 0 | 0.49 | 0.08 | 85.34 | 0.74 | 0.69 |
| Hex | BA | EB | 77 | 15 | 0 | 31 | 8 | 55 | 4A | 45 |
| Octal | 272 | 353 | 167 | 25 | 0 | 61 | 10 | 125 | 112 | 105 |
| Binary | 10111010 | 11101011 | 1110111 | 10101 | 0 | 110001 | 1000 | 1010101 | 1001010 | 1000101 |
Color Harmonies of #BAEB77
Complementary color
Monochromatic Colors of #BAEB77
Black with #BAEB77
Text Example
Text Example
White with #BAEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEB77; }
p { color: rgb(186,235,119); }
H1.HeaderClassName
{
color: #BAEB77;
}
.AnyTagClassName
{
color: #BAEB77;
}
</style>
background-color css
<style>
a { background-color: #BAEB77; }
a { background-color: rgb(186,235,119); }
div.DivClassName
{
background-color: #BAEB77;
}
.BgClassName
{
background-color: #BAEB77;
}
</style>
border-color css
<style>
span { border-color: #BAEB77; }
span { border-color: rgb(186,235,119); }
td.TdClassName
{
border-color: #BAEB77;
}
.TagClassName
{
border-color: #BAEB77;
}
</style>