Shades of Las Palmas #BBD344
Tints of Las Palmas #BBD344
RGB
CMYK
RGB Variations
Color information
#BBD344 (or 0xBBD344) is known color: Las Palmas. HEX triplet: BB, D3 and 44. RGB value is (187,211,68). Sum of RGB (Red+Green+Blue) = 187+211+68=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD344 is #442CBB. Grayscale: #BCBCBC. Windows color (decimal): -4467900 or 4510651. OLE color: 4510651.
HSL color Cylindrical-coordinate representation of color #BBD344: hue angle of 70.07º degrees, saturation: 0.62, 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 #BBD344 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 68 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.17 |
| HSL | 70.07º | 0.62% | 0.55% | - |
| HSV(B) | 70.07º | 0.68% | 0.83% | - |
| XYZ | 44.83 | 57.57 | 14.22 | - |
| YUV | 187.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 68 | 0.11 | 0 | 0.68 | 0.17 | 70.07 | 0.62 | 0.55 |
| Hex | BB | D3 | 44 | B | 0 | 44 | 11 | 46 | 3E | 37 |
| Octal | 273 | 323 | 104 | 13 | 0 | 104 | 21 | 106 | 76 | 67 |
| Binary | 10111011 | 11010011 | 1000100 | 1011 | 0 | 1000100 | 10001 | 1000110 | 111110 | 110111 |
Color Harmonies of #BBD344
Complementary color
Monochromatic Colors of #BBD344
Black with #BBD344
Text Example
Text Example
White with #BBD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD344; }
p { color: rgb(187,211,68); }
H1.HeaderClassName
{
color: #BBD344;
}
.AnyTagClassName
{
color: #BBD344;
}
</style>
background-color css
<style>
a { background-color: #BBD344; }
a { background-color: rgb(187,211,68); }
div.DivClassName
{
background-color: #BBD344;
}
.BgClassName
{
background-color: #BBD344;
}
</style>
border-color css
<style>
span { border-color: #BBD344; }
span { border-color: rgb(187,211,68); }
td.TdClassName
{
border-color: #BBD344;
}
.TagClassName
{
border-color: #BBD344;
}
</style>