#bfd546

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

Shades of Las Palmas #BFD546

Tints of Las Palmas #BFD546

Color information

#BFD546 (or 0xBFD546) is unknown color: approx Las Palmas. HEX triplet: BF, D5 and 46. RGB value is (191,213,70). Sum of RGB (Red+Green+Blue) = 191+213+70=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD546 is #402AB9. Grayscale: #BEBEBE. Windows color (decimal): -4205242 or 4642239. OLE color: 4642239.

HSL color Cylindrical-coordinate representation of color #BFD546: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFD546 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB19121370-
CMYK0.1000.670.16
HSL69.23º63%55.49%-
HSV(B)69.23º67.14%83.53%-
XYZ46.3959.1114.76-
YUV190.1260.21128.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=40.30%
G=44.94%
B=14.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191213700.1000.670.1669.236355.49
HexBFD546A04310453f37
Octal277325106120103201057767
Binary10111111110101011000110101001000011100001000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd546; }

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

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

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

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

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

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

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

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