Shades of Las Palmas #B9D83D
Tints of Las Palmas #B9D83D
RGB
CMYK
RGB Variations
Color information
#B9D83D (or 0xB9D83D) is known color: Las Palmas. HEX triplet: B9, D8 and 3D. RGB value is (185,216,61). Sum of RGB (Red+Green+Blue) = 185+216+61=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D83D is #4627C2. Grayscale: #BDBDBD. Windows color (decimal): -4597699 or 4053177. OLE color: 4053177.
HSL color Cylindrical-coordinate representation of color #B9D83D: hue angle of 72º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9D83D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 61 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 72º | 0.67% | 0.54% | - |
| HSV(B) | 72º | 0.72% | 0.85% | - |
| XYZ | 45.41 | 59.76 | 13.56 | - |
| YUV | 189.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 61 | 0.14 | 0 | 0.72 | 0.15 | 72 | 0.67 | 0.54 |
| Hex | B9 | D8 | 3D | E | 0 | 48 | F | 48 | 43 | 36 |
| Octal | 271 | 330 | 75 | 16 | 0 | 110 | 17 | 110 | 103 | 66 |
| Binary | 10111001 | 11011000 | 111101 | 1110 | 0 | 1001000 | 1111 | 1001000 | 1000011 | 110110 |
Color Harmonies of #B9D83D
Complementary color
Monochromatic Colors of #B9D83D
Black with #B9D83D
Text Example
Text Example
White with #B9D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D83D; }
p { color: rgb(185,216,61); }
H1.HeaderClassName
{
color: #B9D83D;
}
.AnyTagClassName
{
color: #B9D83D;
}
</style>
background-color css
<style>
a { background-color: #B9D83D; }
a { background-color: rgb(185,216,61); }
div.DivClassName
{
background-color: #B9D83D;
}
.BgClassName
{
background-color: #B9D83D;
}
</style>
border-color css
<style>
span { border-color: #B9D83D; }
span { border-color: rgb(185,216,61); }
td.TdClassName
{
border-color: #B9D83D;
}
.TagClassName
{
border-color: #B9D83D;
}
</style>