Shades of Las Palmas #B8D93C
Tints of Las Palmas #B8D93C
RGB
CMYK
RGB Variations
Color information
#B8D93C (or 0xB8D93C) is known color: Las Palmas. HEX triplet: B8, D9 and 3C. RGB value is (184,217,60). Sum of RGB (Red+Green+Blue) = 184+217+60=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D93C is #4726C3. Grayscale: #BDBDBD. Windows color (decimal): -4662980 or 3987896. OLE color: 3987896.
HSL color Cylindrical-coordinate representation of color #B8D93C: hue angle of 72.61º 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 #B8D93C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 60 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.15 |
| HSL | 72.61º | 0.67% | 0.54% | - |
| HSV(B) | 72.61º | 0.72% | 0.85% | - |
| XYZ | 45.4 | 60.14 | 13.49 | - |
| YUV | 189.24 | 55.07 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 60 | 0.15 | 0 | 0.72 | 0.15 | 72.61 | 0.67 | 0.54 |
| Hex | B8 | D9 | 3C | F | 0 | 48 | F | 49 | 43 | 36 |
| Octal | 270 | 331 | 74 | 17 | 0 | 110 | 17 | 111 | 103 | 66 |
| Binary | 10111000 | 11011001 | 111100 | 1111 | 0 | 1001000 | 1111 | 1001001 | 1000011 | 110110 |
Color Harmonies of #B8D93C
Complementary color
Monochromatic Colors of #B8D93C
Black with #B8D93C
Text Example
Text Example
White with #B8D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D93C; }
p { color: rgb(184,217,60); }
H1.HeaderClassName
{
color: #B8D93C;
}
.AnyTagClassName
{
color: #B8D93C;
}
</style>
background-color css
<style>
a { background-color: #B8D93C; }
a { background-color: rgb(184,217,60); }
div.DivClassName
{
background-color: #B8D93C;
}
.BgClassName
{
background-color: #B8D93C;
}
</style>
border-color css
<style>
span { border-color: #B8D93C; }
span { border-color: rgb(184,217,60); }
td.TdClassName
{
border-color: #B8D93C;
}
.TagClassName
{
border-color: #B8D93C;
}
</style>