Shades of Las Palmas #BBD83C
Tints of Las Palmas #BBD83C
RGB
CMYK
RGB Variations
Color information
#BBD83C (or 0xBBD83C) is known color: Las Palmas. HEX triplet: BB, D8 and 3C. RGB value is (187,216,60). Sum of RGB (Red+Green+Blue) = 187+216+60=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD83C is #4427C3. Grayscale: #BEBEBE. Windows color (decimal): -4466628 or 3987643. OLE color: 3987643.
HSL color Cylindrical-coordinate representation of color #BBD83C: hue angle of 71.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBD83C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 60 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.15 |
| HSL | 71.15º | 0.67% | 0.54% | - |
| HSV(B) | 71.15º | 0.72% | 0.85% | - |
| XYZ | 45.87 | 60 | 13.44 | - |
| YUV | 189.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 60 | 0.13 | 0 | 0.72 | 0.15 | 71.15 | 0.67 | 0.54 |
| Hex | BB | D8 | 3C | D | 0 | 48 | F | 47 | 43 | 36 |
| Octal | 273 | 330 | 74 | 15 | 0 | 110 | 17 | 107 | 103 | 66 |
| Binary | 10111011 | 11011000 | 111100 | 1101 | 0 | 1001000 | 1111 | 1000111 | 1000011 | 110110 |
Color Harmonies of #BBD83C
Complementary color
Monochromatic Colors of #BBD83C
Black with #BBD83C
Text Example
Text Example
White with #BBD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD83C; }
p { color: rgb(187,216,60); }
H1.HeaderClassName
{
color: #BBD83C;
}
.AnyTagClassName
{
color: #BBD83C;
}
</style>
background-color css
<style>
a { background-color: #BBD83C; }
a { background-color: rgb(187,216,60); }
div.DivClassName
{
background-color: #BBD83C;
}
.BgClassName
{
background-color: #BBD83C;
}
</style>
border-color css
<style>
span { border-color: #BBD83C; }
span { border-color: rgb(187,216,60); }
td.TdClassName
{
border-color: #BBD83C;
}
.TagClassName
{
border-color: #BBD83C;
}
</style>