Shades of Las Palmas #B9D83A
Tints of Las Palmas #B9D83A
RGB
CMYK
RGB Variations
Color information
#B9D83A (or 0xB9D83A) is known color: Las Palmas. HEX triplet: B9, D8 and 3A. RGB value is (185,216,58). Sum of RGB (Red+Green+Blue) = 185+216+58=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D83A is #4627C5. Grayscale: #BDBDBD. Windows color (decimal): -4597702 or 3856569. OLE color: 3856569.
HSL color Cylindrical-coordinate representation of color #B9D83A: hue angle of 71.77º 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 #B9D83A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 58 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.15 |
| HSL | 71.77º | 0.67% | 0.54% | - |
| HSV(B) | 71.77º | 0.73% | 0.85% | - |
| XYZ | 45.33 | 59.73 | 13.14 | - |
| YUV | 188.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 58 | 0.14 | 0 | 0.73 | 0.15 | 71.77 | 0.67 | 0.54 |
| Hex | B9 | D8 | 3A | E | 0 | 49 | F | 48 | 43 | 36 |
| Octal | 271 | 330 | 72 | 16 | 0 | 111 | 17 | 110 | 103 | 66 |
| Binary | 10111001 | 11011000 | 111010 | 1110 | 0 | 1001001 | 1111 | 1001000 | 1000011 | 110110 |
Color Harmonies of #B9D83A
Complementary color
Monochromatic Colors of #B9D83A
Black with #B9D83A
Text Example
Text Example
White with #B9D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D83A; }
p { color: rgb(185,216,58); }
H1.HeaderClassName
{
color: #B9D83A;
}
.AnyTagClassName
{
color: #B9D83A;
}
</style>
background-color css
<style>
a { background-color: #B9D83A; }
a { background-color: rgb(185,216,58); }
div.DivClassName
{
background-color: #B9D83A;
}
.BgClassName
{
background-color: #B9D83A;
}
</style>
border-color css
<style>
span { border-color: #B9D83A; }
span { border-color: rgb(185,216,58); }
td.TdClassName
{
border-color: #B9D83A;
}
.TagClassName
{
border-color: #B9D83A;
}
</style>