Shades of Las Palmas #B6DB3C
Tints of Las Palmas #B6DB3C
RGB
CMYK
RGB Variations
Color information
#B6DB3C (or 0xB6DB3C) is known color: Las Palmas. HEX triplet: B6, DB and 3C. RGB value is (182,219,60). Sum of RGB (Red+Green+Blue) = 182+219+60=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB3C is #4924C3. Grayscale: #BEBEBE. Windows color (decimal): -4793540 or 3988406. OLE color: 3988406.
HSL color Cylindrical-coordinate representation of color #B6DB3C: hue angle of 73.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6DB3C is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 60 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.14 |
| HSL | 73.96º | 0.69% | 0.55% | - |
| HSV(B) | 73.96º | 0.73% | 0.86% | - |
| XYZ | 45.44 | 60.93 | 13.64 | - |
| YUV | 189.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 60 | 0.17 | 0 | 0.73 | 0.14 | 73.96 | 0.69 | 0.55 |
| Hex | B6 | DB | 3C | 11 | 0 | 49 | E | 4A | 45 | 37 |
| Octal | 266 | 333 | 74 | 21 | 0 | 111 | 16 | 112 | 105 | 67 |
| Binary | 10110110 | 11011011 | 111100 | 10001 | 0 | 1001001 | 1110 | 1001010 | 1000101 | 110111 |
Color Harmonies of #B6DB3C
Complementary color
Monochromatic Colors of #B6DB3C
Black with #B6DB3C
Text Example
Text Example
White with #B6DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB3C; }
p { color: rgb(182,219,60); }
H1.HeaderClassName
{
color: #B6DB3C;
}
.AnyTagClassName
{
color: #B6DB3C;
}
</style>
background-color css
<style>
a { background-color: #B6DB3C; }
a { background-color: rgb(182,219,60); }
div.DivClassName
{
background-color: #B6DB3C;
}
.BgClassName
{
background-color: #B6DB3C;
}
</style>
border-color css
<style>
span { border-color: #B6DB3C; }
span { border-color: rgb(182,219,60); }
td.TdClassName
{
border-color: #B6DB3C;
}
.TagClassName
{
border-color: #B6DB3C;
}
</style>