Shades of Las Palmas #BBEB3E
Tints of Las Palmas #BBEB3E
RGB
CMYK
RGB Variations
Color information
#BBEB3E (or 0xBBEB3E) is known color: Las Palmas. HEX triplet: BB, EB and 3E. RGB value is (187,235,62). Sum of RGB (Red+Green+Blue) = 187+235+62=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEB3E is #4414C1. Grayscale: #C9C9C9. Windows color (decimal): -4461762 or 4123579. OLE color: 4123579.
HSL color Cylindrical-coordinate representation of color #BBEB3E: hue angle of 76.65º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBEB3E is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 62 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.08 |
| HSL | 76.65º | 0.81% | 0.58% | - |
| HSV(B) | 76.65º | 0.74% | 0.92% | - |
| XYZ | 51.07 | 70.33 | 15.44 | - |
| YUV | 200.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 62 | 0.20 | 0 | 0.74 | 0.08 | 76.65 | 0.81 | 0.58 |
| Hex | BB | EB | 3E | 14 | 0 | 4A | 8 | 4D | 51 | 3A |
| Octal | 273 | 353 | 76 | 24 | 0 | 112 | 10 | 115 | 121 | 72 |
| Binary | 10111011 | 11101011 | 111110 | 10100 | 0 | 1001010 | 1000 | 1001101 | 1010001 | 111010 |
Color Harmonies of #BBEB3E
Complementary color
Monochromatic Colors of #BBEB3E
Black with #BBEB3E
Text Example
Text Example
White with #BBEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEB3E; }
p { color: rgb(187,235,62); }
H1.HeaderClassName
{
color: #BBEB3E;
}
.AnyTagClassName
{
color: #BBEB3E;
}
</style>
background-color css
<style>
a { background-color: #BBEB3E; }
a { background-color: rgb(187,235,62); }
div.DivClassName
{
background-color: #BBEB3E;
}
.BgClassName
{
background-color: #BBEB3E;
}
</style>
border-color css
<style>
span { border-color: #BBEB3E; }
span { border-color: rgb(187,235,62); }
td.TdClassName
{
border-color: #BBEB3E;
}
.TagClassName
{
border-color: #BBEB3E;
}
</style>