Shades of Las Palmas #B9DB3F
Tints of Las Palmas #B9DB3F
RGB
CMYK
RGB Variations
Color information
#B9DB3F (or 0xB9DB3F) is known color: Las Palmas. HEX triplet: B9, DB and 3F. RGB value is (185,219,63). Sum of RGB (Red+Green+Blue) = 185+219+63=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB3F is #4624C0. Grayscale: #BFBFBF. Windows color (decimal): -4596929 or 4185017. OLE color: 4185017.
HSL color Cylindrical-coordinate representation of color #B9DB3F: hue angle of 73.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9DB3F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.14 |
| HSL | 73.08º | 0.68% | 0.55% | - |
| HSV(B) | 73.08º | 0.71% | 0.86% | - |
| XYZ | 46.24 | 61.34 | 14.1 | - |
| YUV | 191.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 63 | 0.16 | 0 | 0.71 | 0.14 | 73.08 | 0.68 | 0.55 |
| Hex | B9 | DB | 3F | 10 | 0 | 47 | E | 49 | 44 | 37 |
| Octal | 271 | 333 | 77 | 20 | 0 | 107 | 16 | 111 | 104 | 67 |
| Binary | 10111001 | 11011011 | 111111 | 10000 | 0 | 1000111 | 1110 | 1001001 | 1000100 | 110111 |
Color Harmonies of #B9DB3F
Complementary color
Monochromatic Colors of #B9DB3F
Black with #B9DB3F
Text Example
Text Example
White with #B9DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB3F; }
p { color: rgb(185,219,63); }
H1.HeaderClassName
{
color: #B9DB3F;
}
.AnyTagClassName
{
color: #B9DB3F;
}
</style>
background-color css
<style>
a { background-color: #B9DB3F; }
a { background-color: rgb(185,219,63); }
div.DivClassName
{
background-color: #B9DB3F;
}
.BgClassName
{
background-color: #B9DB3F;
}
</style>
border-color css
<style>
span { border-color: #B9DB3F; }
span { border-color: rgb(185,219,63); }
td.TdClassName
{
border-color: #B9DB3F;
}
.TagClassName
{
border-color: #B9DB3F;
}
</style>