Shades of Las Palmas #BBD33E
Tints of Las Palmas #BBD33E
RGB
CMYK
RGB Variations
Color information
#BBD33E (or 0xBBD33E) is known color: Las Palmas. HEX triplet: BB, D3 and 3E. RGB value is (187,211,62). Sum of RGB (Red+Green+Blue) = 187+211+62=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD33E is #442CC1. Grayscale: #BBBBBB. Windows color (decimal): -4467906 or 4117435. OLE color: 4117435.
HSL color Cylindrical-coordinate representation of color #BBD33E: hue angle of 69.66º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBD33E is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 62 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.17 |
| HSL | 69.66º | 0.63% | 0.54% | - |
| HSV(B) | 69.66º | 0.71% | 0.83% | - |
| XYZ | 44.66 | 57.5 | 13.3 | - |
| YUV | 186.84 | 57.55 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 62 | 0.11 | 0 | 0.71 | 0.17 | 69.66 | 0.63 | 0.54 |
| Hex | BB | D3 | 3E | B | 0 | 47 | 11 | 46 | 3F | 36 |
| Octal | 273 | 323 | 76 | 13 | 0 | 107 | 21 | 106 | 77 | 66 |
| Binary | 10111011 | 11010011 | 111110 | 1011 | 0 | 1000111 | 10001 | 1000110 | 111111 | 110110 |
Color Harmonies of #BBD33E
Complementary color
Monochromatic Colors of #BBD33E
Black with #BBD33E
Text Example
Text Example
White with #BBD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD33E; }
p { color: rgb(187,211,62); }
H1.HeaderClassName
{
color: #BBD33E;
}
.AnyTagClassName
{
color: #BBD33E;
}
</style>
background-color css
<style>
a { background-color: #BBD33E; }
a { background-color: rgb(187,211,62); }
div.DivClassName
{
background-color: #BBD33E;
}
.BgClassName
{
background-color: #BBD33E;
}
</style>
border-color css
<style>
span { border-color: #BBD33E; }
span { border-color: rgb(187,211,62); }
td.TdClassName
{
border-color: #BBD33E;
}
.TagClassName
{
border-color: #BBD33E;
}
</style>