Shades of Las Palmas #B9DF34
Tints of Las Palmas #B9DF34
RGB
CMYK
RGB Variations
Color information
#B9DF34 (or 0xB9DF34) is known color: Las Palmas. HEX triplet: B9, DF and 34. RGB value is (185,223,52). Sum of RGB (Red+Green+Blue) = 185+223+52=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF34 is #4620CB. Grayscale: #C0C0C0. Windows color (decimal): -4595916 or 3465145. OLE color: 3465145.
HSL color Cylindrical-coordinate representation of color #B9DF34: hue angle of 73.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9DF34 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 52 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.13 |
| HSL | 73.33º | 0.73% | 0.54% | - |
| HSV(B) | 73.33º | 0.77% | 0.87% | - |
| XYZ | 47.02 | 63.34 | 13 | - |
| YUV | 192.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 52 | 0.17 | 0 | 0.77 | 0.13 | 73.33 | 0.73 | 0.54 |
| Hex | B9 | DF | 34 | 11 | 0 | 4D | D | 49 | 49 | 36 |
| Octal | 271 | 337 | 64 | 21 | 0 | 115 | 15 | 111 | 111 | 66 |
| Binary | 10111001 | 11011111 | 110100 | 10001 | 0 | 1001101 | 1101 | 1001001 | 1001001 | 110110 |
Color Harmonies of #B9DF34
Complementary color
Monochromatic Colors of #B9DF34
Black with #B9DF34
Text Example
Text Example
White with #B9DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF34; }
p { color: rgb(185,223,52); }
H1.HeaderClassName
{
color: #B9DF34;
}
.AnyTagClassName
{
color: #B9DF34;
}
</style>
background-color css
<style>
a { background-color: #B9DF34; }
a { background-color: rgb(185,223,52); }
div.DivClassName
{
background-color: #B9DF34;
}
.BgClassName
{
background-color: #B9DF34;
}
</style>
border-color css
<style>
span { border-color: #B9DF34; }
span { border-color: rgb(185,223,52); }
td.TdClassName
{
border-color: #B9DF34;
}
.TagClassName
{
border-color: #B9DF34;
}
</style>