Shades of Las Palmas #B9DD3A
Tints of Las Palmas #B9DD3A
RGB
CMYK
RGB Variations
Color information
#B9DD3A (or 0xB9DD3A) is known color: Las Palmas. HEX triplet: B9, DD and 3A. RGB value is (185,221,58). Sum of RGB (Red+Green+Blue) = 185+221+58=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD3A is #4622C5. Grayscale: #C0C0C0. Windows color (decimal): -4596422 or 3857849. OLE color: 3857849.
HSL color Cylindrical-coordinate representation of color #B9DD3A: hue angle of 73.25º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9DD3A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 58 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.13 |
| HSL | 73.25º | 0.71% | 0.55% | - |
| HSV(B) | 73.25º | 0.74% | 0.87% | - |
| XYZ | 46.63 | 62.33 | 13.58 | - |
| YUV | 191.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 58 | 0.16 | 0 | 0.74 | 0.13 | 73.25 | 0.71 | 0.55 |
| Hex | B9 | DD | 3A | 10 | 0 | 4A | D | 49 | 47 | 37 |
| Octal | 271 | 335 | 72 | 20 | 0 | 112 | 15 | 111 | 107 | 67 |
| Binary | 10111001 | 11011101 | 111010 | 10000 | 0 | 1001010 | 1101 | 1001001 | 1000111 | 110111 |
Color Harmonies of #B9DD3A
Complementary color
Monochromatic Colors of #B9DD3A
Black with #B9DD3A
Text Example
Text Example
White with #B9DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD3A; }
p { color: rgb(185,221,58); }
H1.HeaderClassName
{
color: #B9DD3A;
}
.AnyTagClassName
{
color: #B9DD3A;
}
</style>
background-color css
<style>
a { background-color: #B9DD3A; }
a { background-color: rgb(185,221,58); }
div.DivClassName
{
background-color: #B9DD3A;
}
.BgClassName
{
background-color: #B9DD3A;
}
</style>
border-color css
<style>
span { border-color: #B9DD3A; }
span { border-color: rgb(185,221,58); }
td.TdClassName
{
border-color: #B9DD3A;
}
.TagClassName
{
border-color: #B9DD3A;
}
</style>