Shades of Las Palmas #BBD03C
Tints of Las Palmas #BBD03C
RGB
CMYK
RGB Variations
Color information
#BBD03C (or 0xBBD03C) is known color: Las Palmas. HEX triplet: BB, D0 and 3C. RGB value is (187,208,60). Sum of RGB (Red+Green+Blue) = 187+208+60=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD03C is #442FC3. Grayscale: #B9B9B9. Windows color (decimal): -4468676 or 3985595. OLE color: 3985595.
HSL color Cylindrical-coordinate representation of color #BBD03C: hue angle of 68.51º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBD03C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 60 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.18 |
| HSL | 68.51º | 0.61% | 0.53% | - |
| HSV(B) | 68.51º | 0.71% | 0.82% | - |
| XYZ | 43.87 | 56 | 12.77 | - |
| YUV | 184.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 60 | 0.10 | 0 | 0.71 | 0.18 | 68.51 | 0.61 | 0.53 |
| Hex | BB | D0 | 3C | A | 0 | 47 | 12 | 45 | 3D | 35 |
| Octal | 273 | 320 | 74 | 12 | 0 | 107 | 22 | 105 | 75 | 65 |
| Binary | 10111011 | 11010000 | 111100 | 1010 | 0 | 1000111 | 10010 | 1000101 | 111101 | 110101 |
Color Harmonies of #BBD03C
Complementary color
Monochromatic Colors of #BBD03C
Black with #BBD03C
Text Example
Text Example
White with #BBD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD03C; }
p { color: rgb(187,208,60); }
H1.HeaderClassName
{
color: #BBD03C;
}
.AnyTagClassName
{
color: #BBD03C;
}
</style>
background-color css
<style>
a { background-color: #BBD03C; }
a { background-color: rgb(187,208,60); }
div.DivClassName
{
background-color: #BBD03C;
}
.BgClassName
{
background-color: #BBD03C;
}
</style>
border-color css
<style>
span { border-color: #BBD03C; }
span { border-color: rgb(187,208,60); }
td.TdClassName
{
border-color: #BBD03C;
}
.TagClassName
{
border-color: #BBD03C;
}
</style>