Shades of Las Palmas #BFCC3E
Tints of Las Palmas #BFCC3E
RGB
CMYK
RGB Variations
Color information
#BFCC3E (or 0xBFCC3E) is known color: Las Palmas. HEX triplet: BF, CC and 3E. RGB value is (191,204,62). Sum of RGB (Red+Green+Blue) = 191+204+62=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC3E is #4033C1. Grayscale: #B8B8B8. Windows color (decimal): -4207554 or 4115647. OLE color: 4115647.
HSL color Cylindrical-coordinate representation of color #BFCC3E: hue angle of 65.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFCC3E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.2 |
| HSL | 65.49º | 0.58% | 0.52% | - |
| HSV(B) | 65.49º | 0.7% | 0.8% | - |
| XYZ | 43.95 | 54.61 | 12.78 | - |
| YUV | 183.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 62 | 0.06 | 0 | 0.70 | 0.2 | 65.49 | 0.58 | 0.52 |
| Hex | BF | CC | 3E | 6 | 0 | 46 | 14 | 41 | 3A | 34 |
| Octal | 277 | 314 | 76 | 6 | 0 | 106 | 24 | 101 | 72 | 64 |
| Binary | 10111111 | 11001100 | 111110 | 110 | 0 | 1000110 | 10100 | 1000001 | 111010 | 110100 |
Color Harmonies of #BFCC3E
Complementary color
Monochromatic Colors of #BFCC3E
Black with #BFCC3E
Text Example
Text Example
White with #BFCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC3E; }
p { color: rgb(191,204,62); }
H1.HeaderClassName
{
color: #BFCC3E;
}
.AnyTagClassName
{
color: #BFCC3E;
}
</style>
background-color css
<style>
a { background-color: #BFCC3E; }
a { background-color: rgb(191,204,62); }
div.DivClassName
{
background-color: #BFCC3E;
}
.BgClassName
{
background-color: #BFCC3E;
}
</style>
border-color css
<style>
span { border-color: #BFCC3E; }
span { border-color: rgb(191,204,62); }
td.TdClassName
{
border-color: #BFCC3E;
}
.TagClassName
{
border-color: #BFCC3E;
}
</style>