#BFD946

Color #BFD946 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BFD946

Tints of Las Palmas #BFD946

Color information

#BFD946 (or 0xBFD946) is unknown color: approx Las Palmas. HEX triplet: BF, D9 and 46. RGB value is (191,217,70). Sum of RGB (Red+Green+Blue) = 191+217+70=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD946 is #4026B9. Grayscale: #C1C1C1. Windows color (decimal): -4204218 or 4643263. OLE color: 4643263.

HSL color Cylindrical-coordinate representation of color #BFD946: hue angle of 70.61º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFD946 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB19121770-
CMYK0.1200.680.15
HSL70.61º65.92%56.27%-
HSV(B)70.61º67.74%85.1%-
XYZ47.461.1415.1-
YUV192.4758.89126.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 70 (27.73% from 255) = 14.64%
R=39.96%
G=45.40%
B=14.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191217700.1200.680.1570.6165.9256.27
HexBFD946C044F474238
Octal2773311061401041710710270
Binary10111111110110011000110110001000100111110001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD946; }

 p { color: rgb(191,217,70); }

 H1.HeaderClassName
 {
   color: #BFD946;
 }
 .AnyTagClassName
 {
   color: #BFD946;
 }
</style>
background-color css

<style>
 a { background-color: #BFD946; }

 a { background-color: rgb(191,217,70); }

 div.DivClassName
 {
   background-color: #BFD946;
 }
 .BgClassName
 {
   background-color: #BFD946;
 }
</style>
border-color css

<style>
 span { border-color: #BFD946; }

 span { border-color: rgb(191,217,70); }

 td.TdClassName
 {
   border-color: #BFD946;
 }
 .TagClassName
 {
   border-color: #BFD946;
 }
</style>