Shades of Las Palmas #BBD043
Tints of Las Palmas #BBD043
RGB
CMYK
RGB Variations
Color information
#BBD043 (or 0xBBD043) is known color: Las Palmas. HEX triplet: BB, D0 and 43. RGB value is (187,208,67). Sum of RGB (Red+Green+Blue) = 187+208+67=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD043 is #442FBC. Grayscale: #BABABA. Windows color (decimal): -4468669 or 4444347. OLE color: 4444347.
HSL color Cylindrical-coordinate representation of color #BBD043: hue angle of 68.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBD043 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 67 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.18 |
| HSL | 68.94º | 0.6% | 0.54% | - |
| HSV(B) | 68.94º | 0.68% | 0.82% | - |
| XYZ | 44.06 | 56.08 | 13.81 | - |
| YUV | 185.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 67 | 0.10 | 0 | 0.68 | 0.18 | 68.94 | 0.6 | 0.54 |
| Hex | BB | D0 | 43 | A | 0 | 44 | 12 | 45 | 3C | 36 |
| Octal | 273 | 320 | 103 | 12 | 0 | 104 | 22 | 105 | 74 | 66 |
| Binary | 10111011 | 11010000 | 1000011 | 1010 | 0 | 1000100 | 10010 | 1000101 | 111100 | 110110 |
Color Harmonies of #BBD043
Complementary color
Monochromatic Colors of #BBD043
Black with #BBD043
Text Example
Text Example
White with #BBD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD043; }
p { color: rgb(187,208,67); }
H1.HeaderClassName
{
color: #BBD043;
}
.AnyTagClassName
{
color: #BBD043;
}
</style>
background-color css
<style>
a { background-color: #BBD043; }
a { background-color: rgb(187,208,67); }
div.DivClassName
{
background-color: #BBD043;
}
.BgClassName
{
background-color: #BBD043;
}
</style>
border-color css
<style>
span { border-color: #BBD043; }
span { border-color: rgb(187,208,67); }
td.TdClassName
{
border-color: #BBD043;
}
.TagClassName
{
border-color: #BBD043;
}
</style>