Shades of Las Palmas #BBD245
Tints of Las Palmas #BBD245
RGB
CMYK
RGB Variations
Color information
#BBD245 (or 0xBBD245) is known color: Las Palmas. HEX triplet: BB, D2 and 45. RGB value is (187,210,69). Sum of RGB (Red+Green+Blue) = 187+210+69=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD245 is #442DBA. Grayscale: #BBBBBB. Windows color (decimal): -4468155 or 4575931. OLE color: 4575931.
HSL color Cylindrical-coordinate representation of color #BBD245: hue angle of 69.79º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD245 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 69 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.18 |
| HSL | 69.79º | 0.61% | 0.55% | - |
| HSV(B) | 69.79º | 0.67% | 0.82% | - |
| XYZ | 44.61 | 57.09 | 14.3 | - |
| YUV | 187.05 | 61.38 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 69 | 0.11 | 0 | 0.67 | 0.18 | 69.79 | 0.61 | 0.55 |
| Hex | BB | D2 | 45 | B | 0 | 43 | 12 | 46 | 3D | 37 |
| Octal | 273 | 322 | 105 | 13 | 0 | 103 | 22 | 106 | 75 | 67 |
| Binary | 10111011 | 11010010 | 1000101 | 1011 | 0 | 1000011 | 10010 | 1000110 | 111101 | 110111 |
Color Harmonies of #BBD245
Complementary color
Monochromatic Colors of #BBD245
Black with #BBD245
Text Example
Text Example
White with #BBD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD245; }
p { color: rgb(187,210,69); }
H1.HeaderClassName
{
color: #BBD245;
}
.AnyTagClassName
{
color: #BBD245;
}
</style>
background-color css
<style>
a { background-color: #BBD245; }
a { background-color: rgb(187,210,69); }
div.DivClassName
{
background-color: #BBD245;
}
.BgClassName
{
background-color: #BBD245;
}
</style>
border-color css
<style>
span { border-color: #BBD245; }
span { border-color: rgb(187,210,69); }
td.TdClassName
{
border-color: #BBD245;
}
.TagClassName
{
border-color: #BBD245;
}
</style>