Shades of Las Palmas #BBCF3E
Tints of Las Palmas #BBCF3E
RGB
CMYK
RGB Variations
Color information
#BBCF3E (or 0xBBCF3E) is known color: Las Palmas. HEX triplet: BB, CF and 3E. RGB value is (187,207,62). Sum of RGB (Red+Green+Blue) = 187+207+62=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF3E is #4430C1. Grayscale: #B9B9B9. Windows color (decimal): -4468930 or 4116411. OLE color: 4116411.
HSL color Cylindrical-coordinate representation of color #BBCF3E: hue angle of 68.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBCF3E is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 62 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.19 |
| HSL | 68.28º | 0.6% | 0.53% | - |
| HSV(B) | 68.28º | 0.7% | 0.81% | - |
| XYZ | 43.68 | 55.54 | 12.98 | - |
| YUV | 184.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 62 | 0.10 | 0 | 0.70 | 0.19 | 68.28 | 0.6 | 0.53 |
| Hex | BB | CF | 3E | A | 0 | 46 | 13 | 44 | 3C | 35 |
| Octal | 273 | 317 | 76 | 12 | 0 | 106 | 23 | 104 | 74 | 65 |
| Binary | 10111011 | 11001111 | 111110 | 1010 | 0 | 1000110 | 10011 | 1000100 | 111100 | 110101 |
Color Harmonies of #BBCF3E
Complementary color
Monochromatic Colors of #BBCF3E
Black with #BBCF3E
Text Example
Text Example
White with #BBCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF3E; }
p { color: rgb(187,207,62); }
H1.HeaderClassName
{
color: #BBCF3E;
}
.AnyTagClassName
{
color: #BBCF3E;
}
</style>
background-color css
<style>
a { background-color: #BBCF3E; }
a { background-color: rgb(187,207,62); }
div.DivClassName
{
background-color: #BBCF3E;
}
.BgClassName
{
background-color: #BBCF3E;
}
</style>
border-color css
<style>
span { border-color: #BBCF3E; }
span { border-color: rgb(187,207,62); }
td.TdClassName
{
border-color: #BBCF3E;
}
.TagClassName
{
border-color: #BBCF3E;
}
</style>