Shades of Las Palmas #B9D33B
Tints of Las Palmas #B9D33B
RGB
CMYK
RGB Variations
Color information
#B9D33B (or 0xB9D33B) is known color: Las Palmas. HEX triplet: B9, D3 and 3B. RGB value is (185,211,59). Sum of RGB (Red+Green+Blue) = 185+211+59=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D33B is #462CC4. Grayscale: #BABABA. Windows color (decimal): -4598981 or 3920825. OLE color: 3920825.
HSL color Cylindrical-coordinate representation of color #B9D33B: hue angle of 70.26º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9D33B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 59 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.17 |
| HSL | 70.26º | 0.63% | 0.53% | - |
| HSV(B) | 70.26º | 0.72% | 0.83% | - |
| XYZ | 44.09 | 57.22 | 12.86 | - |
| YUV | 185.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 59 | 0.12 | 0 | 0.72 | 0.17 | 70.26 | 0.63 | 0.53 |
| Hex | B9 | D3 | 3B | C | 0 | 48 | 11 | 46 | 3F | 35 |
| Octal | 271 | 323 | 73 | 14 | 0 | 110 | 21 | 106 | 77 | 65 |
| Binary | 10111001 | 11010011 | 111011 | 1100 | 0 | 1001000 | 10001 | 1000110 | 111111 | 110101 |
Color Harmonies of #B9D33B
Complementary color
Monochromatic Colors of #B9D33B
Black with #B9D33B
Text Example
Text Example
White with #B9D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D33B; }
p { color: rgb(185,211,59); }
H1.HeaderClassName
{
color: #B9D33B;
}
.AnyTagClassName
{
color: #B9D33B;
}
</style>
background-color css
<style>
a { background-color: #B9D33B; }
a { background-color: rgb(185,211,59); }
div.DivClassName
{
background-color: #B9D33B;
}
.BgClassName
{
background-color: #B9D33B;
}
</style>
border-color css
<style>
span { border-color: #B9D33B; }
span { border-color: rgb(185,211,59); }
td.TdClassName
{
border-color: #B9D33B;
}
.TagClassName
{
border-color: #B9D33B;
}
</style>