Shades of Las Palmas #B9D93D
Tints of Las Palmas #B9D93D
RGB
CMYK
RGB Variations
Color information
#B9D93D (or 0xB9D93D) is known color: Las Palmas. HEX triplet: B9, D9 and 3D. RGB value is (185,217,61). Sum of RGB (Red+Green+Blue) = 185+217+61=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D93D is #4626C2. Grayscale: #BEBEBE. Windows color (decimal): -4597443 or 4053433. OLE color: 4053433.
HSL color Cylindrical-coordinate representation of color #B9D93D: hue angle of 72.31º degrees, saturation: 0.67, 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 #B9D93D is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 61 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.15 |
| HSL | 72.31º | 0.67% | 0.55% | - |
| HSV(B) | 72.31º | 0.72% | 0.85% | - |
| XYZ | 45.66 | 60.28 | 13.64 | - |
| YUV | 189.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 61 | 0.15 | 0 | 0.72 | 0.15 | 72.31 | 0.67 | 0.55 |
| Hex | B9 | D9 | 3D | F | 0 | 48 | F | 48 | 43 | 37 |
| Octal | 271 | 331 | 75 | 17 | 0 | 110 | 17 | 110 | 103 | 67 |
| Binary | 10111001 | 11011001 | 111101 | 1111 | 0 | 1001000 | 1111 | 1001000 | 1000011 | 110111 |
Color Harmonies of #B9D93D
Complementary color
Monochromatic Colors of #B9D93D
Black with #B9D93D
Text Example
Text Example
White with #B9D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D93D; }
p { color: rgb(185,217,61); }
H1.HeaderClassName
{
color: #B9D93D;
}
.AnyTagClassName
{
color: #B9D93D;
}
</style>
background-color css
<style>
a { background-color: #B9D93D; }
a { background-color: rgb(185,217,61); }
div.DivClassName
{
background-color: #B9D93D;
}
.BgClassName
{
background-color: #B9D93D;
}
</style>
border-color css
<style>
span { border-color: #B9D93D; }
span { border-color: rgb(185,217,61); }
td.TdClassName
{
border-color: #B9D93D;
}
.TagClassName
{
border-color: #B9D93D;
}
</style>