Shades of Las Palmas #B7D93C
Tints of Las Palmas #B7D93C
RGB
CMYK
RGB Variations
Color information
#B7D93C (or 0xB7D93C) is known color: Las Palmas. HEX triplet: B7, D9 and 3C. RGB value is (183,217,60). Sum of RGB (Red+Green+Blue) = 183+217+60=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D93C is #4826C3. Grayscale: #BDBDBD. Windows color (decimal): -4728516 or 3987895. OLE color: 3987895.
HSL color Cylindrical-coordinate representation of color #B7D93C: hue angle of 72.99º 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 #B7D93C is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 60 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.15 |
| HSL | 72.99º | 0.67% | 0.54% | - |
| HSV(B) | 72.99º | 0.72% | 0.85% | - |
| XYZ | 45.16 | 60.02 | 13.48 | - |
| YUV | 188.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 60 | 0.16 | 0 | 0.72 | 0.15 | 72.99 | 0.67 | 0.54 |
| Hex | B7 | D9 | 3C | 10 | 0 | 48 | F | 49 | 43 | 36 |
| Octal | 267 | 331 | 74 | 20 | 0 | 110 | 17 | 111 | 103 | 66 |
| Binary | 10110111 | 11011001 | 111100 | 10000 | 0 | 1001000 | 1111 | 1001001 | 1000011 | 110110 |
Color Harmonies of #B7D93C
Complementary color
Monochromatic Colors of #B7D93C
Black with #B7D93C
Text Example
Text Example
White with #B7D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D93C; }
p { color: rgb(183,217,60); }
H1.HeaderClassName
{
color: #B7D93C;
}
.AnyTagClassName
{
color: #B7D93C;
}
</style>
background-color css
<style>
a { background-color: #B7D93C; }
a { background-color: rgb(183,217,60); }
div.DivClassName
{
background-color: #B7D93C;
}
.BgClassName
{
background-color: #B7D93C;
}
</style>
border-color css
<style>
span { border-color: #B7D93C; }
span { border-color: rgb(183,217,60); }
td.TdClassName
{
border-color: #B7D93C;
}
.TagClassName
{
border-color: #B7D93C;
}
</style>