Shades of Las Palmas #BBE93A
Tints of Las Palmas #BBE93A
RGB
CMYK
RGB Variations
Color information
#BBE93A (or 0xBBE93A) is known color: Las Palmas. HEX triplet: BB, E9 and 3A. RGB value is (187,233,58). Sum of RGB (Red+Green+Blue) = 187+233+58=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE93A is #4416C5. Grayscale: #C7C7C7. Windows color (decimal): -4462278 or 3860923. OLE color: 3860923.
HSL color Cylindrical-coordinate representation of color #BBE93A: hue angle of 75.77º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBE93A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 58 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.09 |
| HSL | 75.77º | 0.8% | 0.57% | - |
| HSV(B) | 75.77º | 0.75% | 0.91% | - |
| XYZ | 50.4 | 69.15 | 14.69 | - |
| YUV | 199.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 58 | 0.20 | 0 | 0.75 | 0.09 | 75.77 | 0.8 | 0.57 |
| Hex | BB | E9 | 3A | 14 | 0 | 4B | 9 | 4C | 50 | 39 |
| Octal | 273 | 351 | 72 | 24 | 0 | 113 | 11 | 114 | 120 | 71 |
| Binary | 10111011 | 11101001 | 111010 | 10100 | 0 | 1001011 | 1001 | 1001100 | 1010000 | 111001 |
Color Harmonies of #BBE93A
Complementary color
Monochromatic Colors of #BBE93A
Black with #BBE93A
Text Example
Text Example
White with #BBE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE93A; }
p { color: rgb(187,233,58); }
H1.HeaderClassName
{
color: #BBE93A;
}
.AnyTagClassName
{
color: #BBE93A;
}
</style>
background-color css
<style>
a { background-color: #BBE93A; }
a { background-color: rgb(187,233,58); }
div.DivClassName
{
background-color: #BBE93A;
}
.BgClassName
{
background-color: #BBE93A;
}
</style>
border-color css
<style>
span { border-color: #BBE93A; }
span { border-color: rgb(187,233,58); }
td.TdClassName
{
border-color: #BBE93A;
}
.TagClassName
{
border-color: #BBE93A;
}
</style>