Shades of Las Palmas #BBEB2D
Tints of Las Palmas #BBEB2D
RGB
CMYK
RGB Variations
Color information
#BBEB2D (or 0xBBEB2D) is known color: Las Palmas. HEX triplet: BB, EB and 2D. RGB value is (187,235,45). Sum of RGB (Red+Green+Blue) = 187+235+45=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEB2D is #4414D2. Grayscale: #C7C7C7. Windows color (decimal): -4461779 or 3009467. OLE color: 3009467.
HSL color Cylindrical-coordinate representation of color #BBEB2D: hue angle of 75.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBEB2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.08 |
| HSL | 75.16º | 0.83% | 0.55% | - |
| HSV(B) | 75.16º | 0.81% | 0.92% | - |
| XYZ | 50.68 | 70.17 | 13.36 | - |
| YUV | 198.99 | 41.1 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 45 | 0.20 | 0 | 0.81 | 0.08 | 75.16 | 0.83 | 0.55 |
| Hex | BB | EB | 2D | 14 | 0 | 51 | 8 | 4B | 53 | 37 |
| Octal | 273 | 353 | 55 | 24 | 0 | 121 | 10 | 113 | 123 | 67 |
| Binary | 10111011 | 11101011 | 101101 | 10100 | 0 | 1010001 | 1000 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BBEB2D
Complementary color
Monochromatic Colors of #BBEB2D
Black with #BBEB2D
Text Example
Text Example
White with #BBEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEB2D; }
p { color: rgb(187,235,45); }
H1.HeaderClassName
{
color: #BBEB2D;
}
.AnyTagClassName
{
color: #BBEB2D;
}
</style>
background-color css
<style>
a { background-color: #BBEB2D; }
a { background-color: rgb(187,235,45); }
div.DivClassName
{
background-color: #BBEB2D;
}
.BgClassName
{
background-color: #BBEB2D;
}
</style>
border-color css
<style>
span { border-color: #BBEB2D; }
span { border-color: rgb(187,235,45); }
td.TdClassName
{
border-color: #BBEB2D;
}
.TagClassName
{
border-color: #BBEB2D;
}
</style>