Shades of Las Palmas #BBE03E
Tints of Las Palmas #BBE03E
RGB
CMYK
RGB Variations
Color information
#BBE03E (or 0xBBE03E) is known color: Las Palmas. HEX triplet: BB, E0 and 3E. RGB value is (187,224,62). Sum of RGB (Red+Green+Blue) = 187+224+62=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE03E is #441FC1. Grayscale: #C3C3C3. Windows color (decimal): -4464578 or 4120763. OLE color: 4120763.
HSL color Cylindrical-coordinate representation of color #BBE03E: hue angle of 73.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBE03E is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 62 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.12 |
| HSL | 73.7º | 0.72% | 0.56% | - |
| HSV(B) | 73.7º | 0.72% | 0.88% | - |
| XYZ | 48.02 | 64.22 | 14.42 | - |
| YUV | 194.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 62 | 0.17 | 0 | 0.72 | 0.12 | 73.7 | 0.72 | 0.56 |
| Hex | BB | E0 | 3E | 11 | 0 | 48 | C | 4A | 48 | 38 |
| Octal | 273 | 340 | 76 | 21 | 0 | 110 | 14 | 112 | 110 | 70 |
| Binary | 10111011 | 11100000 | 111110 | 10001 | 0 | 1001000 | 1100 | 1001010 | 1001000 | 111000 |
Color Harmonies of #BBE03E
Complementary color
Monochromatic Colors of #BBE03E
Black with #BBE03E
Text Example
Text Example
White with #BBE03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE03E; }
p { color: rgb(187,224,62); }
H1.HeaderClassName
{
color: #BBE03E;
}
.AnyTagClassName
{
color: #BBE03E;
}
</style>
background-color css
<style>
a { background-color: #BBE03E; }
a { background-color: rgb(187,224,62); }
div.DivClassName
{
background-color: #BBE03E;
}
.BgClassName
{
background-color: #BBE03E;
}
</style>
border-color css
<style>
span { border-color: #BBE03E; }
span { border-color: rgb(187,224,62); }
td.TdClassName
{
border-color: #BBE03E;
}
.TagClassName
{
border-color: #BBE03E;
}
</style>