Shades of Las Palmas #BBD640
Tints of Las Palmas #BBD640
RGB
CMYK
RGB Variations
Color information
#BBD640 (or 0xBBD640) is known color: Las Palmas. HEX triplet: BB, D6 and 40. RGB value is (187,214,64). Sum of RGB (Red+Green+Blue) = 187+214+64=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD640 is #4429BF. Grayscale: #BDBDBD. Windows color (decimal): -4467136 or 4249275. OLE color: 4249275.
HSL color Cylindrical-coordinate representation of color #BBD640: hue angle of 70.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBD640 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 64 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.16 |
| HSL | 70.8º | 0.65% | 0.55% | - |
| HSV(B) | 70.8º | 0.7% | 0.84% | - |
| XYZ | 45.47 | 59.03 | 13.85 | - |
| YUV | 188.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 64 | 0.13 | 0 | 0.70 | 0.16 | 70.8 | 0.65 | 0.55 |
| Hex | BB | D6 | 40 | D | 0 | 46 | 10 | 47 | 41 | 37 |
| Octal | 273 | 326 | 100 | 15 | 0 | 106 | 20 | 107 | 101 | 67 |
| Binary | 10111011 | 11010110 | 1000000 | 1101 | 0 | 1000110 | 10000 | 1000111 | 1000001 | 110111 |
Color Harmonies of #BBD640
Complementary color
Monochromatic Colors of #BBD640
Black with #BBD640
Text Example
Text Example
White with #BBD640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD640; }
p { color: rgb(187,214,64); }
H1.HeaderClassName
{
color: #BBD640;
}
.AnyTagClassName
{
color: #BBD640;
}
</style>
background-color css
<style>
a { background-color: #BBD640; }
a { background-color: rgb(187,214,64); }
div.DivClassName
{
background-color: #BBD640;
}
.BgClassName
{
background-color: #BBD640;
}
</style>
border-color css
<style>
span { border-color: #BBD640; }
span { border-color: rgb(187,214,64); }
td.TdClassName
{
border-color: #BBD640;
}
.TagClassName
{
border-color: #BBD640;
}
</style>