Shades of Las Palmas #BBD93C
Tints of Las Palmas #BBD93C
RGB
CMYK
RGB Variations
Color information
#BBD93C (or 0xBBD93C) is known color: Las Palmas. HEX triplet: BB, D9 and 3C. RGB value is (187,217,60). Sum of RGB (Red+Green+Blue) = 187+217+60=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD93C is #4426C3. Grayscale: #BEBEBE. Windows color (decimal): -4466372 or 3987899. OLE color: 3987899.
HSL color Cylindrical-coordinate representation of color #BBD93C: hue angle of 71.46º 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 #BBD93C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 60 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 71.46º | 0.67% | 0.54% | - |
| HSV(B) | 71.46º | 0.72% | 0.85% | - |
| XYZ | 46.12 | 60.52 | 13.52 | - |
| YUV | 190.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 60 | 0.14 | 0 | 0.72 | 0.15 | 71.46 | 0.67 | 0.54 |
| Hex | BB | D9 | 3C | E | 0 | 48 | F | 47 | 43 | 36 |
| Octal | 273 | 331 | 74 | 16 | 0 | 110 | 17 | 107 | 103 | 66 |
| Binary | 10111011 | 11011001 | 111100 | 1110 | 0 | 1001000 | 1111 | 1000111 | 1000011 | 110110 |
Color Harmonies of #BBD93C
Complementary color
Monochromatic Colors of #BBD93C
Black with #BBD93C
Text Example
Text Example
White with #BBD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD93C; }
p { color: rgb(187,217,60); }
H1.HeaderClassName
{
color: #BBD93C;
}
.AnyTagClassName
{
color: #BBD93C;
}
</style>
background-color css
<style>
a { background-color: #BBD93C; }
a { background-color: rgb(187,217,60); }
div.DivClassName
{
background-color: #BBD93C;
}
.BgClassName
{
background-color: #BBD93C;
}
</style>
border-color css
<style>
span { border-color: #BBD93C; }
span { border-color: rgb(187,217,60); }
td.TdClassName
{
border-color: #BBD93C;
}
.TagClassName
{
border-color: #BBD93C;
}
</style>