Shades of Las Palmas #BFCF44
Tints of Las Palmas #BFCF44
RGB
CMYK
RGB Variations
Color information
#BFCF44 (or 0xBFCF44) is known color: Las Palmas. HEX triplet: BF, CF and 44. RGB value is (191,207,68). Sum of RGB (Red+Green+Blue) = 191+207+68=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF44 is #4030BB. Grayscale: #BABABA. Windows color (decimal): -4206780 or 4509631. OLE color: 4509631.
HSL color Cylindrical-coordinate representation of color #BFCF44: hue angle of 66.91º 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 #BFCF44 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 68 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.19 |
| HSL | 66.91º | 0.59% | 0.54% | - |
| HSV(B) | 66.91º | 0.67% | 0.81% | - |
| XYZ | 44.84 | 56.12 | 13.94 | - |
| YUV | 186.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 68 | 0.08 | 0 | 0.67 | 0.19 | 66.91 | 0.59 | 0.54 |
| Hex | BF | CF | 44 | 8 | 0 | 43 | 13 | 43 | 3B | 36 |
| Octal | 277 | 317 | 104 | 10 | 0 | 103 | 23 | 103 | 73 | 66 |
| Binary | 10111111 | 11001111 | 1000100 | 1000 | 0 | 1000011 | 10011 | 1000011 | 111011 | 110110 |
Color Harmonies of #BFCF44
Complementary color
Monochromatic Colors of #BFCF44
Black with #BFCF44
Text Example
Text Example
White with #BFCF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF44; }
p { color: rgb(191,207,68); }
H1.HeaderClassName
{
color: #BFCF44;
}
.AnyTagClassName
{
color: #BFCF44;
}
</style>
background-color css
<style>
a { background-color: #BFCF44; }
a { background-color: rgb(191,207,68); }
div.DivClassName
{
background-color: #BFCF44;
}
.BgClassName
{
background-color: #BFCF44;
}
</style>
border-color css
<style>
span { border-color: #BFCF44; }
span { border-color: rgb(191,207,68); }
td.TdClassName
{
border-color: #BFCF44;
}
.TagClassName
{
border-color: #BFCF44;
}
</style>