Shades of Las Palmas #B9D83B
Tints of Las Palmas #B9D83B
RGB
CMYK
RGB Variations
Color information
#B9D83B (or 0xB9D83B) is known color: Las Palmas. HEX triplet: B9, D8 and 3B. RGB value is (185,216,59). Sum of RGB (Red+Green+Blue) = 185+216+59=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D83B is #4627C4. Grayscale: #BDBDBD. Windows color (decimal): -4597701 or 3922105. OLE color: 3922105.
HSL color Cylindrical-coordinate representation of color #B9D83B: hue angle of 71.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9D83B is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 59 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.15 |
| HSL | 71.85º | 0.67% | 0.54% | - |
| HSV(B) | 71.85º | 0.73% | 0.85% | - |
| XYZ | 45.35 | 59.74 | 13.28 | - |
| YUV | 188.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 59 | 0.14 | 0 | 0.73 | 0.15 | 71.85 | 0.67 | 0.54 |
| Hex | B9 | D8 | 3B | E | 0 | 49 | F | 48 | 43 | 36 |
| Octal | 271 | 330 | 73 | 16 | 0 | 111 | 17 | 110 | 103 | 66 |
| Binary | 10111001 | 11011000 | 111011 | 1110 | 0 | 1001001 | 1111 | 1001000 | 1000011 | 110110 |
Color Harmonies of #B9D83B
Complementary color
Monochromatic Colors of #B9D83B
Black with #B9D83B
Text Example
Text Example
White with #B9D83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D83B; }
p { color: rgb(185,216,59); }
H1.HeaderClassName
{
color: #B9D83B;
}
.AnyTagClassName
{
color: #B9D83B;
}
</style>
background-color css
<style>
a { background-color: #B9D83B; }
a { background-color: rgb(185,216,59); }
div.DivClassName
{
background-color: #B9D83B;
}
.BgClassName
{
background-color: #B9D83B;
}
</style>
border-color css
<style>
span { border-color: #B9D83B; }
span { border-color: rgb(185,216,59); }
td.TdClassName
{
border-color: #B9D83B;
}
.TagClassName
{
border-color: #B9D83B;
}
</style>