Shades of Las Palmas #BFCD3C
Tints of Las Palmas #BFCD3C
RGB
CMYK
RGB Variations
Color information
#BFCD3C (or 0xBFCD3C) is known color: Las Palmas. HEX triplet: BF, CD and 3C. RGB value is (191,205,60). Sum of RGB (Red+Green+Blue) = 191+205+60=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD3C is #4032C3. Grayscale: #B8B8B8. Windows color (decimal): -4207300 or 3984831. OLE color: 3984831.
HSL color Cylindrical-coordinate representation of color #BFCD3C: hue angle of 65.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFCD3C is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 60 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.20 |
| HSL | 65.79º | 0.59% | 0.52% | - |
| HSV(B) | 65.79º | 0.71% | 0.8% | - |
| XYZ | 44.13 | 55.07 | 12.58 | - |
| YUV | 184.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 60 | 0.07 | 0 | 0.71 | 0.20 | 65.79 | 0.59 | 0.52 |
| Hex | BF | CD | 3C | 7 | 0 | 47 | 14 | 42 | 3B | 34 |
| Octal | 277 | 315 | 74 | 7 | 0 | 107 | 24 | 102 | 73 | 64 |
| Binary | 10111111 | 11001101 | 111100 | 111 | 0 | 1000111 | 10100 | 1000010 | 111011 | 110100 |
Color Harmonies of #BFCD3C
Complementary color
Monochromatic Colors of #BFCD3C
Black with #BFCD3C
Text Example
Text Example
White with #BFCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD3C; }
p { color: rgb(191,205,60); }
H1.HeaderClassName
{
color: #BFCD3C;
}
.AnyTagClassName
{
color: #BFCD3C;
}
</style>
background-color css
<style>
a { background-color: #BFCD3C; }
a { background-color: rgb(191,205,60); }
div.DivClassName
{
background-color: #BFCD3C;
}
.BgClassName
{
background-color: #BFCD3C;
}
</style>
border-color css
<style>
span { border-color: #BFCD3C; }
span { border-color: rgb(191,205,60); }
td.TdClassName
{
border-color: #BFCD3C;
}
.TagClassName
{
border-color: #BFCD3C;
}
</style>