Shades of Las Palmas #B9D53D
Tints of Las Palmas #B9D53D
RGB
CMYK
RGB Variations
Color information
#B9D53D (or 0xB9D53D) is known color: Las Palmas. HEX triplet: B9, D5 and 3D. RGB value is (185,213,61). Sum of RGB (Red+Green+Blue) = 185+213+61=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D53D is #462AC2. Grayscale: #BBBBBB. Windows color (decimal): -4598467 or 4052409. OLE color: 4052409.
HSL color Cylindrical-coordinate representation of color #B9D53D: hue angle of 71.05º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9D53D is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 61 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.16 |
| HSL | 71.05º | 0.64% | 0.54% | - |
| HSV(B) | 71.05º | 0.71% | 0.84% | - |
| XYZ | 44.64 | 58.24 | 13.3 | - |
| YUV | 187.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 61 | 0.13 | 0 | 0.71 | 0.16 | 71.05 | 0.64 | 0.54 |
| Hex | B9 | D5 | 3D | D | 0 | 47 | 10 | 47 | 40 | 36 |
| Octal | 271 | 325 | 75 | 15 | 0 | 107 | 20 | 107 | 100 | 66 |
| Binary | 10111001 | 11010101 | 111101 | 1101 | 0 | 1000111 | 10000 | 1000111 | 1000000 | 110110 |
Color Harmonies of #B9D53D
Complementary color
Monochromatic Colors of #B9D53D
Black with #B9D53D
Text Example
Text Example
White with #B9D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D53D; }
p { color: rgb(185,213,61); }
H1.HeaderClassName
{
color: #B9D53D;
}
.AnyTagClassName
{
color: #B9D53D;
}
</style>
background-color css
<style>
a { background-color: #B9D53D; }
a { background-color: rgb(185,213,61); }
div.DivClassName
{
background-color: #B9D53D;
}
.BgClassName
{
background-color: #B9D53D;
}
</style>
border-color css
<style>
span { border-color: #B9D53D; }
span { border-color: rgb(185,213,61); }
td.TdClassName
{
border-color: #B9D53D;
}
.TagClassName
{
border-color: #B9D53D;
}
</style>