Shades of Las Palmas #BFCE3A
Tints of Las Palmas #BFCE3A
RGB
CMYK
RGB Variations
Color information
#BFCE3A (or 0xBFCE3A) is known color: Las Palmas. HEX triplet: BF, CE and 3A. RGB value is (191,206,58). Sum of RGB (Red+Green+Blue) = 191+206+58=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE3A is #4031C5. Grayscale: #B9B9B9. Windows color (decimal): -4207046 or 3854015. OLE color: 3854015.
HSL color Cylindrical-coordinate representation of color #BFCE3A: hue angle of 66.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFCE3A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 58 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.19 |
| HSL | 66.08º | 0.6% | 0.52% | - |
| HSV(B) | 66.08º | 0.72% | 0.81% | - |
| XYZ | 44.32 | 55.52 | 12.38 | - |
| YUV | 184.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 58 | 0.07 | 0 | 0.72 | 0.19 | 66.08 | 0.6 | 0.52 |
| Hex | BF | CE | 3A | 7 | 0 | 48 | 13 | 42 | 3C | 34 |
| Octal | 277 | 316 | 72 | 7 | 0 | 110 | 23 | 102 | 74 | 64 |
| Binary | 10111111 | 11001110 | 111010 | 111 | 0 | 1001000 | 10011 | 1000010 | 111100 | 110100 |
Color Harmonies of #BFCE3A
Complementary color
Monochromatic Colors of #BFCE3A
Black with #BFCE3A
Text Example
Text Example
White with #BFCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE3A; }
p { color: rgb(191,206,58); }
H1.HeaderClassName
{
color: #BFCE3A;
}
.AnyTagClassName
{
color: #BFCE3A;
}
</style>
background-color css
<style>
a { background-color: #BFCE3A; }
a { background-color: rgb(191,206,58); }
div.DivClassName
{
background-color: #BFCE3A;
}
.BgClassName
{
background-color: #BFCE3A;
}
</style>
border-color css
<style>
span { border-color: #BFCE3A; }
span { border-color: rgb(191,206,58); }
td.TdClassName
{
border-color: #BFCE3A;
}
.TagClassName
{
border-color: #BFCE3A;
}
</style>