#BFD849

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

Shades of Las Palmas #BFD849

Tints of Las Palmas #BFD849

Color information

#BFD849 (or 0xBFD849) is unknown color: approx Las Palmas. HEX triplet: BF, D8 and 49. RGB value is (191,216,73). Sum of RGB (Red+Green+Blue) = 191+216+73=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD849 is #4027B6. Grayscale: #C0C0C0. Windows color (decimal): -4204471 or 4839615. OLE color: 4839615.

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

Color convert

RGB19121673-
CMYK0.1200.660.15
HSL70.49º64.71%56.67%-
HSV(B)70.49º66.2%84.71%-
XYZ47.2460.6715.52-
YUV192.2260.72127.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 73 (28.91% from 255) = 15.21%
R=39.79%
G=45%
B=15.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191216730.1200.660.1570.4964.7156.67
HexBFD849C042F464139
Octal2773301111401021710610171
Binary10111111110110001001001110001000010111110001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD849; }

 p { color: rgb(191,216,73); }

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

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

 a { background-color: rgb(191,216,73); }

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

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

 span { border-color: rgb(191,216,73); }

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