Shades of Las Palmas #BBD73C
Tints of Las Palmas #BBD73C
RGB
CMYK
RGB Variations
Color information
#BBD73C (or 0xBBD73C) is known color: Las Palmas. HEX triplet: BB, D7 and 3C. RGB value is (187,215,60). Sum of RGB (Red+Green+Blue) = 187+215+60=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD73C is #4428C3. Grayscale: #BDBDBD. Windows color (decimal): -4466884 or 3987387. OLE color: 3987387.
HSL color Cylindrical-coordinate representation of color #BBD73C: hue angle of 70.84º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBD73C is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 60 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.16 |
| HSL | 70.84º | 0.66% | 0.54% | - |
| HSV(B) | 70.84º | 0.72% | 0.84% | - |
| XYZ | 45.61 | 59.49 | 13.35 | - |
| YUV | 188.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 60 | 0.13 | 0 | 0.72 | 0.16 | 70.84 | 0.66 | 0.54 |
| Hex | BB | D7 | 3C | D | 0 | 48 | 10 | 47 | 42 | 36 |
| Octal | 273 | 327 | 74 | 15 | 0 | 110 | 20 | 107 | 102 | 66 |
| Binary | 10111011 | 11010111 | 111100 | 1101 | 0 | 1001000 | 10000 | 1000111 | 1000010 | 110110 |
Color Harmonies of #BBD73C
Complementary color
Monochromatic Colors of #BBD73C
Black with #BBD73C
Text Example
Text Example
White with #BBD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD73C; }
p { color: rgb(187,215,60); }
H1.HeaderClassName
{
color: #BBD73C;
}
.AnyTagClassName
{
color: #BBD73C;
}
</style>
background-color css
<style>
a { background-color: #BBD73C; }
a { background-color: rgb(187,215,60); }
div.DivClassName
{
background-color: #BBD73C;
}
.BgClassName
{
background-color: #BBD73C;
}
</style>
border-color css
<style>
span { border-color: #BBD73C; }
span { border-color: rgb(187,215,60); }
td.TdClassName
{
border-color: #BBD73C;
}
.TagClassName
{
border-color: #BBD73C;
}
</style>