Shades of Sulu #BAE67B
Tints of Sulu #BAE67B
RGB
CMYK
RGB Variations
Color information
#BAE67B (or 0xBAE67B) is known color: Sulu. HEX triplet: BA, E6 and 7B. RGB value is (186,230,123). Sum of RGB (Red+Green+Blue) = 186+230+123=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE67B is #451984. Grayscale: #CDCDCD. Windows color (decimal): -4528517 or 8119994. OLE color: 8119994.
HSL color Cylindrical-coordinate representation of color #BAE67B: hue angle of 84.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE67B is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 123 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.10 |
| HSL | 84.67º | 0.68% | 0.69% | - |
| HSV(B) | 84.67º | 0.47% | 0.9% | - |
| XYZ | 52.12 | 68.46 | 29.21 | - |
| YUV | 204.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 123 | 0.19 | 0 | 0.47 | 0.10 | 84.67 | 0.68 | 0.69 |
| Hex | BA | E6 | 7B | 13 | 0 | 2F | A | 55 | 44 | 45 |
| Octal | 272 | 346 | 173 | 23 | 0 | 57 | 12 | 125 | 104 | 105 |
| Binary | 10111010 | 11100110 | 1111011 | 10011 | 0 | 101111 | 1010 | 1010101 | 1000100 | 1000101 |
Color Harmonies of #BAE67B
Complementary color
Monochromatic Colors of #BAE67B
Black with #BAE67B
Text Example
Text Example
White with #BAE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE67B; }
p { color: rgb(186,230,123); }
H1.HeaderClassName
{
color: #BAE67B;
}
.AnyTagClassName
{
color: #BAE67B;
}
</style>
background-color css
<style>
a { background-color: #BAE67B; }
a { background-color: rgb(186,230,123); }
div.DivClassName
{
background-color: #BAE67B;
}
.BgClassName
{
background-color: #BAE67B;
}
</style>
border-color css
<style>
span { border-color: #BAE67B; }
span { border-color: rgb(186,230,123); }
td.TdClassName
{
border-color: #BAE67B;
}
.TagClassName
{
border-color: #BAE67B;
}
</style>