Shades of Las Palmas #B9DA3C
Tints of Las Palmas #B9DA3C
RGB
CMYK
RGB Variations
Color information
#B9DA3C (or 0xB9DA3C) is known color: Las Palmas. HEX triplet: B9, DA and 3C. RGB value is (185,218,60). Sum of RGB (Red+Green+Blue) = 185+218+60=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA3C is #4625C3. Grayscale: #BEBEBE. Windows color (decimal): -4597188 or 3988153. OLE color: 3988153.
HSL color Cylindrical-coordinate representation of color #B9DA3C: hue angle of 72.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9DA3C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 60 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.15 |
| HSL | 72.53º | 0.68% | 0.55% | - |
| HSV(B) | 72.53º | 0.72% | 0.85% | - |
| XYZ | 45.89 | 60.78 | 13.59 | - |
| YUV | 190.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 60 | 0.15 | 0 | 0.72 | 0.15 | 72.53 | 0.68 | 0.55 |
| Hex | B9 | DA | 3C | F | 0 | 48 | F | 49 | 44 | 37 |
| Octal | 271 | 332 | 74 | 17 | 0 | 110 | 17 | 111 | 104 | 67 |
| Binary | 10111001 | 11011010 | 111100 | 1111 | 0 | 1001000 | 1111 | 1001001 | 1000100 | 110111 |
Color Harmonies of #B9DA3C
Complementary color
Monochromatic Colors of #B9DA3C
Black with #B9DA3C
Text Example
Text Example
White with #B9DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA3C; }
p { color: rgb(185,218,60); }
H1.HeaderClassName
{
color: #B9DA3C;
}
.AnyTagClassName
{
color: #B9DA3C;
}
</style>
background-color css
<style>
a { background-color: #B9DA3C; }
a { background-color: rgb(185,218,60); }
div.DivClassName
{
background-color: #B9DA3C;
}
.BgClassName
{
background-color: #B9DA3C;
}
</style>
border-color css
<style>
span { border-color: #B9DA3C; }
span { border-color: rgb(185,218,60); }
td.TdClassName
{
border-color: #B9DA3C;
}
.TagClassName
{
border-color: #B9DA3C;
}
</style>