Shades of Las Palmas #BFCE43
Tints of Las Palmas #BFCE43
RGB
CMYK
RGB Variations
Color information
#BFCE43 (or 0xBFCE43) is known color: Las Palmas. HEX triplet: BF, CE and 43. RGB value is (191,206,67). Sum of RGB (Red+Green+Blue) = 191+206+67=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE43 is #4031BC. Grayscale: #BABABA. Windows color (decimal): -4207037 or 4443839. OLE color: 4443839.
HSL color Cylindrical-coordinate representation of color #BFCE43: hue angle of 66.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFCE43 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 67 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.19 |
| HSL | 66.47º | 0.59% | 0.54% | - |
| HSV(B) | 66.47º | 0.67% | 0.81% | - |
| XYZ | 44.57 | 55.62 | 13.7 | - |
| YUV | 185.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 67 | 0.07 | 0 | 0.67 | 0.19 | 66.47 | 0.59 | 0.54 |
| Hex | BF | CE | 43 | 7 | 0 | 43 | 13 | 42 | 3B | 36 |
| Octal | 277 | 316 | 103 | 7 | 0 | 103 | 23 | 102 | 73 | 66 |
| Binary | 10111111 | 11001110 | 1000011 | 111 | 0 | 1000011 | 10011 | 1000010 | 111011 | 110110 |
Color Harmonies of #BFCE43
Complementary color
Monochromatic Colors of #BFCE43
Black with #BFCE43
Text Example
Text Example
White with #BFCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE43; }
p { color: rgb(191,206,67); }
H1.HeaderClassName
{
color: #BFCE43;
}
.AnyTagClassName
{
color: #BFCE43;
}
</style>
background-color css
<style>
a { background-color: #BFCE43; }
a { background-color: rgb(191,206,67); }
div.DivClassName
{
background-color: #BFCE43;
}
.BgClassName
{
background-color: #BFCE43;
}
</style>
border-color css
<style>
span { border-color: #BFCE43; }
span { border-color: rgb(191,206,67); }
td.TdClassName
{
border-color: #BFCE43;
}
.TagClassName
{
border-color: #BFCE43;
}
</style>