Shades of Las Palmas #B4D93B
Tints of Las Palmas #B4D93B
RGB
CMYK
RGB Variations
Color information
#B4D93B (or 0xB4D93B) is known color: Las Palmas. HEX triplet: B4, D9 and 3B. RGB value is (180,217,59). Sum of RGB (Red+Green+Blue) = 180+217+59=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D93B is #4B26C4. Grayscale: #BCBCBC. Windows color (decimal): -4925125 or 3922356. OLE color: 3922356.
HSL color Cylindrical-coordinate representation of color #B4D93B: hue angle of 74.05º degrees, saturation: 0.68, 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 #B4D93B is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 59 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.15 |
| HSL | 74.05º | 0.68% | 0.54% | - |
| HSV(B) | 74.05º | 0.73% | 0.85% | - |
| XYZ | 44.42 | 59.64 | 13.31 | - |
| YUV | 187.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 59 | 0.17 | 0 | 0.73 | 0.15 | 74.05 | 0.68 | 0.54 |
| Hex | B4 | D9 | 3B | 11 | 0 | 49 | F | 4A | 44 | 36 |
| Octal | 264 | 331 | 73 | 21 | 0 | 111 | 17 | 112 | 104 | 66 |
| Binary | 10110100 | 11011001 | 111011 | 10001 | 0 | 1001001 | 1111 | 1001010 | 1000100 | 110110 |
Color Harmonies of #B4D93B
Complementary color
Monochromatic Colors of #B4D93B
Black with #B4D93B
Text Example
Text Example
White with #B4D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D93B; }
p { color: rgb(180,217,59); }
H1.HeaderClassName
{
color: #B4D93B;
}
.AnyTagClassName
{
color: #B4D93B;
}
</style>
background-color css
<style>
a { background-color: #B4D93B; }
a { background-color: rgb(180,217,59); }
div.DivClassName
{
background-color: #B4D93B;
}
.BgClassName
{
background-color: #B4D93B;
}
</style>
border-color css
<style>
span { border-color: #B4D93B; }
span { border-color: rgb(180,217,59); }
td.TdClassName
{
border-color: #B4D93B;
}
.TagClassName
{
border-color: #B4D93B;
}
</style>