Shades of Las Palmas #BFCC3C
Tints of Las Palmas #BFCC3C
RGB
CMYK
RGB Variations
Color information
#BFCC3C (or 0xBFCC3C) is known color: Las Palmas. HEX triplet: BF, CC and 3C. RGB value is (191,204,60). Sum of RGB (Red+Green+Blue) = 191+204+60=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC3C is #4033C3. Grayscale: #B8B8B8. Windows color (decimal): -4207556 or 3984575. OLE color: 3984575.
HSL color Cylindrical-coordinate representation of color #BFCC3C: hue angle of 65.42º 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 #BFCC3C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 60 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.2 |
| HSL | 65.42º | 0.59% | 0.52% | - |
| HSV(B) | 65.42º | 0.71% | 0.8% | - |
| XYZ | 43.89 | 54.59 | 12.5 | - |
| YUV | 183.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 60 | 0.06 | 0 | 0.71 | 0.2 | 65.42 | 0.59 | 0.52 |
| Hex | BF | CC | 3C | 6 | 0 | 47 | 14 | 41 | 3B | 34 |
| Octal | 277 | 314 | 74 | 6 | 0 | 107 | 24 | 101 | 73 | 64 |
| Binary | 10111111 | 11001100 | 111100 | 110 | 0 | 1000111 | 10100 | 1000001 | 111011 | 110100 |
Color Harmonies of #BFCC3C
Complementary color
Monochromatic Colors of #BFCC3C
Black with #BFCC3C
Text Example
Text Example
White with #BFCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC3C; }
p { color: rgb(191,204,60); }
H1.HeaderClassName
{
color: #BFCC3C;
}
.AnyTagClassName
{
color: #BFCC3C;
}
</style>
background-color css
<style>
a { background-color: #BFCC3C; }
a { background-color: rgb(191,204,60); }
div.DivClassName
{
background-color: #BFCC3C;
}
.BgClassName
{
background-color: #BFCC3C;
}
</style>
border-color css
<style>
span { border-color: #BFCC3C; }
span { border-color: rgb(191,204,60); }
td.TdClassName
{
border-color: #BFCC3C;
}
.TagClassName
{
border-color: #BFCC3C;
}
</style>