Shades of Las Palmas #BBD444
Tints of Las Palmas #BBD444
RGB
CMYK
RGB Variations
Color information
#BBD444 (or 0xBBD444) is known color: Las Palmas. HEX triplet: BB, D4 and 44. RGB value is (187,212,68). Sum of RGB (Red+Green+Blue) = 187+212+68=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD444 is #442BBB. Grayscale: #BCBCBC. Windows color (decimal): -4467644 or 4510907. OLE color: 4510907.
HSL color Cylindrical-coordinate representation of color #BBD444: hue angle of 70.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBD444 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 68 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.17 |
| HSL | 70.42º | 0.63% | 0.55% | - |
| HSV(B) | 70.42º | 0.68% | 0.83% | - |
| XYZ | 45.08 | 58.07 | 14.3 | - |
| YUV | 188.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 68 | 0.12 | 0 | 0.68 | 0.17 | 70.42 | 0.63 | 0.55 |
| Hex | BB | D4 | 44 | C | 0 | 44 | 11 | 46 | 3F | 37 |
| Octal | 273 | 324 | 104 | 14 | 0 | 104 | 21 | 106 | 77 | 67 |
| Binary | 10111011 | 11010100 | 1000100 | 1100 | 0 | 1000100 | 10001 | 1000110 | 111111 | 110111 |
Color Harmonies of #BBD444
Complementary color
Monochromatic Colors of #BBD444
Black with #BBD444
Text Example
Text Example
White with #BBD444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD444; }
p { color: rgb(187,212,68); }
H1.HeaderClassName
{
color: #BBD444;
}
.AnyTagClassName
{
color: #BBD444;
}
</style>
background-color css
<style>
a { background-color: #BBD444; }
a { background-color: rgb(187,212,68); }
div.DivClassName
{
background-color: #BBD444;
}
.BgClassName
{
background-color: #BBD444;
}
</style>
border-color css
<style>
span { border-color: #BBD444; }
span { border-color: rgb(187,212,68); }
td.TdClassName
{
border-color: #BBD444;
}
.TagClassName
{
border-color: #BBD444;
}
</style>