Shades of Las Palmas #BBCE3D
Tints of Las Palmas #BBCE3D
RGB
CMYK
RGB Variations
Color information
#BBCE3D (or 0xBBCE3D) is known color: Las Palmas. HEX triplet: BB, CE and 3D. RGB value is (187,206,61). Sum of RGB (Red+Green+Blue) = 187+206+61=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE3D is #4431C2. Grayscale: #B8B8B8. Windows color (decimal): -4469187 or 4050619. OLE color: 4050619.
HSL color Cylindrical-coordinate representation of color #BBCE3D: hue angle of 67.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBCE3D is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 61 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.19 |
| HSL | 67.86º | 0.6% | 0.52% | - |
| HSV(B) | 67.86º | 0.7% | 0.81% | - |
| XYZ | 43.41 | 55.04 | 12.75 | - |
| YUV | 183.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 61 | 0.09 | 0 | 0.70 | 0.19 | 67.86 | 0.6 | 0.52 |
| Hex | BB | CE | 3D | 9 | 0 | 46 | 13 | 44 | 3C | 34 |
| Octal | 273 | 316 | 75 | 11 | 0 | 106 | 23 | 104 | 74 | 64 |
| Binary | 10111011 | 11001110 | 111101 | 1001 | 0 | 1000110 | 10011 | 1000100 | 111100 | 110100 |
Color Harmonies of #BBCE3D
Complementary color
Monochromatic Colors of #BBCE3D
Black with #BBCE3D
Text Example
Text Example
White with #BBCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE3D; }
p { color: rgb(187,206,61); }
H1.HeaderClassName
{
color: #BBCE3D;
}
.AnyTagClassName
{
color: #BBCE3D;
}
</style>
background-color css
<style>
a { background-color: #BBCE3D; }
a { background-color: rgb(187,206,61); }
div.DivClassName
{
background-color: #BBCE3D;
}
.BgClassName
{
background-color: #BBCE3D;
}
</style>
border-color css
<style>
span { border-color: #BBCE3D; }
span { border-color: rgb(187,206,61); }
td.TdClassName
{
border-color: #BBCE3D;
}
.TagClassName
{
border-color: #BBCE3D;
}
</style>