Shades of Sulu #BAE67F
Tints of Sulu #BAE67F
RGB
CMYK
RGB Variations
Color information
#BAE67F (or 0xBAE67F) is known color: Sulu. HEX triplet: BA, E6 and 7F. RGB value is (186,230,127). Sum of RGB (Red+Green+Blue) = 186+230+127=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE67F is #451980. Grayscale: #CDCDCD. Windows color (decimal): -4528513 or 8382138. OLE color: 8382138.
HSL color Cylindrical-coordinate representation of color #BAE67F: hue angle of 85.63º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE67F is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 127 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.10 |
| HSL | 85.63º | 0.67% | 0.7% | - |
| HSV(B) | 85.63º | 0.45% | 0.9% | - |
| XYZ | 52.38 | 68.57 | 30.55 | - |
| YUV | 205.1 | 83.92 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 127 | 0.19 | 0 | 0.45 | 0.10 | 85.63 | 0.67 | 0.7 |
| Hex | BA | E6 | 7F | 13 | 0 | 2D | A | 56 | 43 | 46 |
| Octal | 272 | 346 | 177 | 23 | 0 | 55 | 12 | 126 | 103 | 106 |
| Binary | 10111010 | 11100110 | 1111111 | 10011 | 0 | 101101 | 1010 | 1010110 | 1000011 | 1000110 |
Color Harmonies of #BAE67F
Complementary color
Monochromatic Colors of #BAE67F
Black with #BAE67F
Text Example
Text Example
White with #BAE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE67F; }
p { color: rgb(186,230,127); }
H1.HeaderClassName
{
color: #BAE67F;
}
.AnyTagClassName
{
color: #BAE67F;
}
</style>
background-color css
<style>
a { background-color: #BAE67F; }
a { background-color: rgb(186,230,127); }
div.DivClassName
{
background-color: #BAE67F;
}
.BgClassName
{
background-color: #BAE67F;
}
</style>
border-color css
<style>
span { border-color: #BAE67F; }
span { border-color: rgb(186,230,127); }
td.TdClassName
{
border-color: #BAE67F;
}
.TagClassName
{
border-color: #BAE67F;
}
</style>