Shades of Las Palmas #B9CE3D
Tints of Las Palmas #B9CE3D
RGB
CMYK
RGB Variations
Color information
#B9CE3D (or 0xB9CE3D) is known color: Las Palmas. HEX triplet: B9, CE and 3D. RGB value is (185,206,61). Sum of RGB (Red+Green+Blue) = 185+206+61=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE3D is #4631C2. Grayscale: #B7B7B7. Windows color (decimal): -4600259 or 4050617. OLE color: 4050617.
HSL color Cylindrical-coordinate representation of color #B9CE3D: hue angle of 68.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9CE3D is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 61 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.19 |
| HSL | 68.69º | 0.6% | 0.52% | - |
| HSV(B) | 68.69º | 0.7% | 0.81% | - |
| XYZ | 42.92 | 54.79 | 12.73 | - |
| YUV | 183.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 61 | 0.10 | 0 | 0.70 | 0.19 | 68.69 | 0.6 | 0.52 |
| Hex | B9 | CE | 3D | A | 0 | 46 | 13 | 45 | 3C | 34 |
| Octal | 271 | 316 | 75 | 12 | 0 | 106 | 23 | 105 | 74 | 64 |
| Binary | 10111001 | 11001110 | 111101 | 1010 | 0 | 1000110 | 10011 | 1000101 | 111100 | 110100 |
Color Harmonies of #B9CE3D
Complementary color
Monochromatic Colors of #B9CE3D
Black with #B9CE3D
Text Example
Text Example
White with #B9CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE3D; }
p { color: rgb(185,206,61); }
H1.HeaderClassName
{
color: #B9CE3D;
}
.AnyTagClassName
{
color: #B9CE3D;
}
</style>
background-color css
<style>
a { background-color: #B9CE3D; }
a { background-color: rgb(185,206,61); }
div.DivClassName
{
background-color: #B9CE3D;
}
.BgClassName
{
background-color: #B9CE3D;
}
</style>
border-color css
<style>
span { border-color: #B9CE3D; }
span { border-color: rgb(185,206,61); }
td.TdClassName
{
border-color: #B9CE3D;
}
.TagClassName
{
border-color: #B9CE3D;
}
</style>