Shades of Las Palmas #B6D03F
Tints of Las Palmas #B6D03F
RGB
CMYK
RGB Variations
Color information
#B6D03F (or 0xB6D03F) is known color: Las Palmas. HEX triplet: B6, D0 and 3F. RGB value is (182,208,63). Sum of RGB (Red+Green+Blue) = 182+208+63=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D03F is #492FC0. Grayscale: #B8B8B8. Windows color (decimal): -4796353 or 4182198. OLE color: 4182198.
HSL color Cylindrical-coordinate representation of color #B6D03F: hue angle of 70.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6D03F is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 208 | 63 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.18 |
| HSL | 70.76º | 0.61% | 0.53% | - |
| HSV(B) | 70.76º | 0.7% | 0.82% | - |
| XYZ | 42.74 | 55.42 | 13.15 | - |
| YUV | 183.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 208 | 63 | 0.12 | 0 | 0.70 | 0.18 | 70.76 | 0.61 | 0.53 |
| Hex | B6 | D0 | 3F | C | 0 | 46 | 12 | 47 | 3D | 35 |
| Octal | 266 | 320 | 77 | 14 | 0 | 106 | 22 | 107 | 75 | 65 |
| Binary | 10110110 | 11010000 | 111111 | 1100 | 0 | 1000110 | 10010 | 1000111 | 111101 | 110101 |
Color Harmonies of #B6D03F
Complementary color
Monochromatic Colors of #B6D03F
Black with #B6D03F
Text Example
Text Example
White with #B6D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D03F; }
p { color: rgb(182,208,63); }
H1.HeaderClassName
{
color: #B6D03F;
}
.AnyTagClassName
{
color: #B6D03F;
}
</style>
background-color css
<style>
a { background-color: #B6D03F; }
a { background-color: rgb(182,208,63); }
div.DivClassName
{
background-color: #B6D03F;
}
.BgClassName
{
background-color: #B6D03F;
}
</style>
border-color css
<style>
span { border-color: #B6D03F; }
span { border-color: rgb(182,208,63); }
td.TdClassName
{
border-color: #B6D03F;
}
.TagClassName
{
border-color: #B6D03F;
}
</style>